DocumentRoot /app/data/public
ErrorLog "|/bin/cat"
CustomLog "|/bin/cat" combined
Options +FollowSymLinks
AllowOverride All
Require all granted
php_value memory_limit 64m
### WARNING the following lines will be updated dynamically by start.sh
Alias /webdav /app/data/public
Options +Indexes
DirectoryIndex disabled
php_admin_value engine Off
DAV on
DavDepthInfinity on
AuthType Basic
AuthBasicProvider ldap
AuthName "Cloudron Authorization"
AuthLDAPURL ldap://url/basedn?username??(objectclass=user)
AuthLDAPBindDN abouttochange
AuthLDAPBindPassword abouttochange
Require valid-user
### WARNING END