mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-15 07:54:18 +02:00
25 lines
750 B
Diff
25 lines
750 B
Diff
From 02d449be1ef2a6b84a913458d833778a66917e81 Mon Sep 17 00:00:00 2001
|
|
From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
|
|
Date: Fri, 11 Sep 2015 12:46:16 +0300
|
|
Subject: [PATCH 06/14] httpd-dav.conf: DavLockDB
|
|
|
|
---
|
|
docs/conf/extra/httpd-dav.conf.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/docs/conf/extra/httpd-dav.conf.in b/docs/conf/extra/httpd-dav.conf.in
|
|
index f1d35e0..416110b 100644
|
|
--- a/docs/conf/extra/httpd-dav.conf.in
|
|
+++ b/docs/conf/extra/httpd-dav.conf.in
|
|
@@ -12,7 +12,7 @@
|
|
# on the directory where the DavLockDB is placed and on any directory where
|
|
# "Dav On" is specified.
|
|
|
|
-DavLockDB "@@ServerRoot@@/var/DavLock"
|
|
+DavLockDB /var/lib/dav/lockdb
|
|
|
|
Alias /uploads "@@ServerRoot@@/uploads"
|
|
|
|
--
|
|
2.9.4
|
|
|