cryptonas/conf-examples/apache2_dav-share.conf-template

10 lines
214 B
Plaintext
Raw Normal View History

# this file is part of the CryptoBox
# put it into /etc/cryptobox/apache2_dav-share.conf-template
Alias "/cryptobox/_VOLUME_NAME_" "_SHARE_DIR_"
<Location "/cryptobox/_VOLUME_NAME_">
Dav filesystem
</Location>