summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/web-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/web-server.nix b/config/web-server.nix
index 7da30ee..5219a48 100644
--- a/config/web-server.nix
+++ b/config/web-server.nix
@@ -104,8 +104,8 @@ in {
root = "/storage/srv/kj.orbekk.com";
extraConfig = ''
auth_basic webdav;
- # htpasswd -c /opt/secret/nginx-webdav.htpasswd
dav_ext_methods PROPFIND OPTIONS;
+ # htpasswd -c /opt/secret/nginx-webdav.htpasswd
auth_basic_user_file "/opt/secret/nginx-webdav.htpasswd";
dav_methods put delete mkcol copy move;
dav_access user:rw group:rw all:rw;