]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/templates/default/httpd.conf.erb
Drop support for older Ubuntu versions
[chef.git] / cookbooks / apache / templates / default / httpd.conf.erb
index add175aa29e54df20ce612d426ee50fa22c6e73a..81c8f6e9ff60eb3977e909e50567f089b5feb7d9 100644 (file)
@@ -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] %>