]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/httpd/global.conf
openssl: Update to 1.1.0j
[people/pmueller/ipfire-2.x.git] / config / httpd / global.conf
index 3fbd5e2946d9b36a7d225510e79715b9095a73b5..cc8000379095193f1f22a5cc56c233c7887e59f1 100644 (file)
@@ -1,5 +1,5 @@
 Timeout 300
-ServerSignature on
+ServerSignature off
 UseCanonicalName off
 ServerTokens Prod
 LogLevel warn
@@ -8,3 +8,6 @@ Include /etc/httpd/conf/hostname.conf
 HostnameLookups off
 AddHandler cgi-script .cgi
 EnableSendfile Off
+
+# Always unset HTTP_PROXY variable, https://httpoxy.org
+RequestHeader unset Proxy early