lars
3500b67a40
refresh link for logs feature change default setting of UseConfigPartition to "0" README file rewritten README.samba added README.davfs added README.Debian rewritten event scripts for samba and apach2_dav improved do not redirect to "disks overview" after successful plugin execution (e.g. date, ...) unclean web dataset fixed removed some non-translateable strings from po and pot files automatically update the cryptobox version according to the debian package version number
13 lines
565 B
Text
13 lines
565 B
Text
# this file is part of the CryptoBox
|
|
# put it into /etc/apache2/conf.d/
|
|
# you MUST create the directory given below - otherwise apache will not like it :(
|
|
# do not forget to chown the directory to the cryptobox user
|
|
|
|
<IfModule mod_dav_fs.c>
|
|
# include the dynamically managed configuration directory - IT MUST EXIST
|
|
Include /var/cache/cryptobox-server/settings/apache2_dav.conf.d/
|
|
# 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
|
|
</IfModule>
|