summaryrefslogtreecommitdiffstats
path: root/2.4/conf/conf-available/dav.conf
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-14 03:10:02 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-14 03:10:02 +0200
commitcd57cd5e3fe6916c18908c5ddd4c72745c0b7870 (patch)
tree010ad2d2679d36438e0f6fc02e1f961931e45dce /2.4/conf/conf-available/dav.conf
parentceb146ff4df7325d6bce4a5e3b3dd6003f96577c (diff)
downloadapache-cd57cd5e3fe6916c18908c5ddd4c72745c0b7870.tar.gz
apache-cd57cd5e3fe6916c18908c5ddd4c72745c0b7870.tar.bz2
apache-cd57cd5e3fe6916c18908c5ddd4c72745c0b7870.tar.xz
apache-cd57cd5e3fe6916c18908c5ddd4c72745c0b7870.zip
Move user.passwd to /tmp
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>