X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2381006bfe55b37e25482f8f4d569e3da3682206..6e7da07c709187c0fb72f8bed7963343ddd95160:/cookbooks/apache/templates/default/httpd.conf.erb diff --git a/cookbooks/apache/templates/default/httpd.conf.erb b/cookbooks/apache/templates/default/httpd.conf.erb index 171feaa54..3f78187f8 100644 --- a/cookbooks/apache/templates/default/httpd.conf.erb +++ b/cookbooks/apache/templates/default/httpd.conf.erb @@ -6,9 +6,6 @@ Protocols h2 http/1.1 # Set the number of seconds before receives and sends time out Timeout <%= node[:apache][:timeout] %> -# Set only Major and Minor in the Server response header -ServerTokens Minor - # Decide whether or not to allow persistent connections Keepalive <%= node[:apache][:keepalive] ? "On" : "Off" %> <% if node[:apache][:mpm] == "prefork" -%>