|
@@ -9,6 +9,10 @@
|
|
|
|
|
|
<VirtualHost *:80>
|
|
|
ServerName example.com
|
|
|
+
|
|
|
+ # security - prevent information disclosure about server version
|
|
|
+ ServerTokens Prod
|
|
|
+
|
|
|
Redirect permanent / https://example.com
|
|
|
</VirtualHost>
|
|
|
|
|
@@ -25,6 +29,9 @@
|
|
|
# replace 'localhost' with your fqdn if you want to use zammad from remote
|
|
|
ServerName localhost
|
|
|
|
|
|
+ # security - prevent information disclosure about server version
|
|
|
+ ServerTokens Prod
|
|
|
+
|
|
|
## don't loose time with IP address lookups
|
|
|
HostnameLookups Off
|
|
|
|
|
@@ -46,7 +53,7 @@
|
|
|
ProxyPass /robots.txt !
|
|
|
ProxyPass /ws ws://127.0.0.1:6042/
|
|
|
ProxyPass / http://127.0.0.1:3000/
|
|
|
-
|
|
|
+
|
|
|
# Use settings below if proxying does not work and you receive HTTP-Errror 404
|
|
|
# if you use the settings below, make sure to comment out the above two options
|
|
|
# This may not apply to all systems, applies to openSuse
|