summaryrefslogtreecommitdiffstats
path: root/2.4/conf/conf-available/dav.conf
diff options
context:
space:
mode:
Diffstat (limited to '2.4/conf/conf-available/dav.conf')
-rw-r--r--2.4/conf/conf-available/dav.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/2.4/conf/conf-available/dav.conf b/2.4/conf/conf-available/dav.conf
index bb0924c..4f4f0d4 100644
--- a/2.4/conf/conf-available/dav.conf
+++ b/2.4/conf/conf-available/dav.conf
@@ -1,12 +1,12 @@
DavLockDB "/tmp/DavLock"
-Alias / "/var/lib/dav/data/"
-<Directory "/var/lib/dav/data/">
+Alias / "/var/dav/data/"
+<Directory "/var/dav/data/">
Dav On
Options Indexes FollowSymLinks
AuthType Basic
AuthName "WebDAV"
- AuthUserFile "/tmp/user.passwd"
+ AuthUserFile "/tmp/conf/user.passwd"
<RequireAny>
Require valid-user
</RequireAny>