From cd57cd5e3fe6916c18908c5ddd4c72745c0b7870 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 14 Aug 2019 03:10:02 +0200 Subject: Move user.passwd to /tmp --- 2.4/conf/conf-available/dav.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2.4/conf') 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" Require valid-user -- cgit v1.2.3