diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-14 18:03:49 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-14 18:03:49 +0200 |
commit | e373ffc2f8b9450615f9a0f4351e94b9baa402f8 (patch) | |
tree | 75b0226eff9b79b9ce7d221e2383513a2760d18a /2.4/conf/conf-available | |
parent | 407df523e5262280f0f5f5d5a3ebfd2a89207580 (diff) | |
download | apache-e373ffc2f8b9450615f9a0f4351e94b9baa402f8.tar.gz apache-e373ffc2f8b9450615f9a0f4351e94b9baa402f8.tar.bz2 apache-e373ffc2f8b9450615f9a0f4351e94b9baa402f8.tar.xz apache-e373ffc2f8b9450615f9a0f4351e94b9baa402f8.zip |
Move DavLock to temporary folder as well
Diffstat (limited to '2.4/conf/conf-available')
-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 f88260d..bb0924c 100644 --- a/2.4/conf/conf-available/dav.conf +++ b/2.4/conf/conf-available/dav.conf @@ -1,4 +1,4 @@ -DavLockDB "/var/lib/dav/DavLock" +DavLockDB "/tmp/DavLock" Alias / "/var/lib/dav/data/" <Directory "/var/lib/dav/data/"> Dav On |