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.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.4/conf/conf-available/dav.conf b/2.4/conf/conf-available/dav.conf
index caacd03..f88260d 100644
--- a/2.4/conf/conf-available/dav.conf
+++ b/2.4/conf/conf-available/dav.conf
@@ -6,7 +6,7 @@ Alias / "/var/lib/dav/data/"
AuthType Basic
AuthName "WebDAV"
- AuthUserFile "/user.passwd"
+ AuthUserFile "/tmp/user.passwd"
<RequireAny>
Require valid-user
</RequireAny>