cryptonas/conf-examples/apache2_dav.conf

12 lines
410 B
Plaintext

# this file is part of the CryptoBox
# put it into /etc/apache2/conf.d/
<IfModule mod_dav_fs.c>
# lock database - should be writeable for www-data
DavLockDB /tmp/dav_lock.db
# a longer value than the default (120) help for high-latency networks
DavMinTimeout 600
# include the configuration file, that will contain "include" lines for every share
Include /etc/cryptobox/apache2-include.conf
</IfModule>