# # this is the apache config for zammad # # security - prevent information disclosure about server version ServerTokens Prod # replace 'localhost' with your fqdn if you want to use zammad from remote ServerName localhost ## don't loose time with IP address lookups HostnameLookups Off ## needed for named virtual hosts UseCanonicalName Off ## configures the footer on server-generated documents ServerSignature Off ProxyRequests Off ProxyPreserveHost On Require local ProxyPass /assets ! ProxyPass /favicon.ico ! ProxyPass /apple-touch-icon.png ! ProxyPass /robots.txt ! ProxyPass /ws ws://127.0.0.1:6042/ ProxyPass / http://127.0.0.1:3000/ # change this line in an SSO setup RequestHeader unset X-Forwarded-User DocumentRoot "/opt/zammad/public" Options FollowSymLinks AllowOverride None Options FollowSymLinks Require all granted