Files
bpfire/config/httpd/global.conf
2016-07-19 15:02:16 +01:00

14 lines
322 B
Plaintext

Timeout 300
ServerSignature on
UseCanonicalName off
ServerTokens Prod
LogLevel warn
CustomLog /var/log/httpd/access_log combined
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