DocumentRoot /app/data/public
ErrorLog "|/bin/cat"
CustomLog "|/bin/cat" combined
Options +FollowSymLinks +Indexes
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
DAV on
AuthType Basic
AuthBasicProvider ldap
AuthName "Cloudron Authorization"
AuthLDAPURL ldap://url/basedn?username??(objectclass=user)
AuthLDAPBindDN abouttochange
AuthLDAPBindPassword abouttochange
Require valid-user
### WARNING END