From ca4a2e97dd996e9ae9fadb9717451e758f6d0405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 16 Nov 2016 10:33:06 +0100 Subject: [PATCH] fix apache config --- contrib/apache2/zammad.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/contrib/apache2/zammad.conf b/contrib/apache2/zammad.conf index 7926d1fa9..4226b7166 100644 --- a/contrib/apache2/zammad.conf +++ b/contrib/apache2/zammad.conf @@ -4,7 +4,7 @@ # replace 'localhost' with your fqdn if you want to use zammad from remote - ServerName localhost + ServerName ubuntu.local ## don't loose time with IP address lookups HostnameLookups Off @@ -18,9 +18,8 @@ ProxyRequests Off ProxyPreserveHost On - - Order deny,allow - Allow from localhost + + Require local ProxyPass /assets ! @@ -38,8 +37,7 @@ Options FollowSymLinks - Order allow,deny - Allow from all + Require all granted