]> git.ipfire.org Git - ipfire-2.x.git/blame - config/httpd/global.conf
Merge branch 'next'
[ipfire-2.x.git] / config / httpd / global.conf
CommitLineData
90c973a6 1Timeout 300
51bf74a1 2ServerSignature off
90c973a6 3UseCanonicalName off
becbf67d 4ServerTokens Prod
90c973a6
MT
5LogLevel warn
6CustomLog /var/log/httpd/access_log combined
7Include /etc/httpd/conf/hostname.conf
8HostnameLookups off
9AddHandler cgi-script .cgi
f1baee3e 10EnableSendfile Off
59fa881e 11FileETag None
3b7d73d1
MT
12
13# Always unset HTTP_PROXY variable, https://httpoxy.org
14RequestHeader unset Proxy early