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