X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eae105ed027c2c1323e413e2c85560988dc2aeec..a5a3b8b5d676e4e7c46f5124325d2ca799bee76f:/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 add175aa2..81c8f6e9f 100644 --- a/cookbooks/apache/templates/default/httpd.conf.erb +++ b/cookbooks/apache/templates/default/httpd.conf.erb @@ -1,5 +1,8 @@ # DO NOT EDIT - This file is being maintained by Chef +# Enable HTTP/2 over TLS +Protocols h2 http/1.1 + # Set the number of seconds before receives and sends time out Timeout <%= node[:apache][:timeout] %>