From 97e9a562ca77262ef41fe34a02a5254bd9e479e3 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 16 Feb 2018 10:04:46 +0000 Subject: [PATCH] Simplify apache2 configuration --- conf/apache2/sites-available/webmail.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/conf/apache2/sites-available/webmail.conf b/conf/apache2/sites-available/webmail.conf index 0fc15d2..59e6f9a 100644 --- a/conf/apache2/sites-available/webmail.conf +++ b/conf/apache2/sites-available/webmail.conf @@ -10,20 +10,15 @@ CustomLog "|/usr/bin/logger -t apache -p local3.info" http_host_combined LogLevel debug - RewriteEngine On - Options FollowSymLinks Indexes AllowOverride All - Require all granted - - AuthType SSO AuthName webmail SSOService ${SHARD_ID}.webmail.${DOMAIN}/ require group users - + -- GitLab