summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2009-12-26 23:17:50 +0100
committerAndreas <andreas@immerda.ch>2009-12-26 23:17:50 +0100
commitdc34c18cb5d8d3a5f4a16497c6f8469e246ff409 (patch)
tree6264b5f34d496ff39349e2af2a0b3e0c211e033b /templates
parent0ff978e88d136b45a39eda4c7114d5238ebb78ff (diff)
lockfile name must be specified
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/webdav/CentOS.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/webdav/CentOS.erb b/templates/vhosts/webdav/CentOS.erb
index f4a1f71..5dfc0a4 100644
--- a/templates/vhosts/webdav/CentOS.erb
+++ b/templates/vhosts/webdav/CentOS.erb
@@ -101,7 +101,7 @@
<%- if default_charset.to_s != 'absent' then -%>
AddDefaultCharset <%= default_charset %>
<%- end -%>
- DAVLockDB <%= real_dav_db_dir %>
+ DAVLockDB <%= real_dav_db_dir %>/DAVLock
<Directory "<%= documentroot %>/">
Dav on
AllowOverride None