some example configuration files for hook scripts added
removed obsolete configuration files (old perl version)
This commit is contained in:
parent
56018c74df
commit
7e500b232d
13 changed files with 26 additions and 63 deletions
11
conf-examples/apache2_dav.conf
Normal file
11
conf-examples/apache2_dav.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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_dav-includes.conf
|
||||
</IfModule>
|
Loading…
Add table
Add a link
Reference in a new issue