]> 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 ded019d938923030895ba2794244eb62c743ad0f..81c8f6e9ff60eb3977e909e50567f089b5feb7d9 100644 (file)
@@ -1,10 +1,8 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
-<% if node[:lsb][:release].to_f >= 18.04 -%>
 # Enable HTTP/2 over TLS
 Protocols h2 http/1.1
 
-<% end -%>
 # Set the number of seconds before receives and sends time out
 Timeout <%= node[:apache][:timeout] %>