diff options
Diffstat (limited to '2.4/conf')
-rw-r--r-- | 2.4/conf/conf-available/dav.conf | 2 |
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> |