]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/default.rb
Enable mod_headers everywhere as we use it for HSTS support
[chef.git] / cookbooks / apache / recipes / default.rb
index 625c3eb22c110bb6e9afb2a787a3de927e619a2b..559fc83b0a7ff7eaaa57cad36ea8b3c4f706a4e6 100644 (file)
@@ -79,6 +79,7 @@ else
   end
 end
 
+apache_module "headers"
 apache_module "ssl"
 
 apache_conf "ssl" do