diff --git a/conf/apache2/sites-available/webmail.conf b/conf/apache2/sites-available/webmail.conf index 59e6f9a017052a947eb942c7c699a68a26c9aa9c..92299e984c654833f963ce23303e1b1119d33b78 100644 --- a/conf/apache2/sites-available/webmail.conf +++ b/conf/apache2/sites-available/webmail.conf @@ -2,7 +2,7 @@ ServerName ${SHARD_ID}.webmail.${DOMAIN} - DocumentRoot /var/www/webmail + DocumentRoot /var/www/webmail/public_html SetEnvIf X-Forwarded-Proto https HTTPS=on @@ -10,7 +10,7 @@ CustomLog "|/usr/bin/logger -t apache -p local3.info" http_host_combined LogLevel debug - + Options FollowSymLinks Indexes AllowOverride All