]> git.ipfire.org Git - ipfire-2.x.git/blob - config/httpd/global.conf
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / config / httpd / global.conf
1 Timeout 300
2 ServerSignature off
3 UseCanonicalName off
4 ServerTokens Prod
5 LogLevel warn
6 CustomLog /var/log/httpd/access_log combined
7 Include /etc/httpd/conf/hostname.conf
8 HostnameLookups off
9 AddHandler cgi-script .cgi
10 EnableSendfile Off
11 FileETag None
12
13 # Always unset HTTP_PROXY variable, https://httpoxy.org
14 RequestHeader unset Proxy early