lars
0a1a7bd383
fixed corrupt language.hdf file for "volume_passwd" (merged from [891]) fixed spelling in "plugin_manager" and "volume_format_fs" (merged from [880]) merged current state of update_po_files.py (removed obsolete revert_unchanged.sh)
13 lines
570 B
Text
13 lines
570 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/misc/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>
|