summaryrefslogtreecommitdiff
path: root/doc/config/conf.d/webdav.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config/conf.d/webdav.conf')
-rw-r--r--doc/config/conf.d/webdav.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/config/conf.d/webdav.conf b/doc/config/conf.d/webdav.conf
index 0fe3e6b0..973c55db 100644
--- a/doc/config/conf.d/webdav.conf
+++ b/doc/config/conf.d/webdav.conf
@@ -20,14 +20,21 @@ $HTTP["url"] =~ "^/dav($|/)" {
#webdav.is-readonly = "enable"
##
+ ## SQLite database for WebDAV properties and WebDAV locks
+ ##
+ webdav.sqlite-db-name = home_dir + "/webdav.db"
+
+ ##
## Log the XML Request bodies for debugging
##
#webdav.log-xml = "disable"
##
- ##
+ ## mod_webdav further tunables
+ ## See online doc:
+ ## https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModWebDAV
##
- webdav.sqlite-db-name = home_dir + "/webdav.db"
+ #webdav.opts = ( ... )
}
##
#######################################################################