fix apache config

This commit is contained in:
André Bauer 2016-11-16 10:33:06 +01:00
parent 1bc91c15b7
commit ca4a2e97dd

View file

@ -4,7 +4,7 @@
<VirtualHost *:80> <VirtualHost *:80>
# replace 'localhost' with your fqdn if you want to use zammad from remote # 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 ## don't loose time with IP address lookups
HostnameLookups Off HostnameLookups Off
@ -18,9 +18,8 @@
ProxyRequests Off ProxyRequests Off
ProxyPreserveHost On ProxyPreserveHost On
<Proxy *> <Proxy localhost:3000>
Order deny,allow Require local
Allow from localhost
</Proxy> </Proxy>
ProxyPass /assets ! ProxyPass /assets !
@ -38,8 +37,7 @@
<Directory "/opt/zammad/public"> <Directory "/opt/zammad/public">
Options FollowSymLinks Options FollowSymLinks
Order allow,deny Require all granted
Allow from all
</Directory> </Directory>
</VirtualHost> </VirtualHost>