From: Tom Hughes Date: Wed, 17 Jan 2018 19:08:44 +0000 (+0000) Subject: Enable mod_headers everywhere as we use it for HSTS support X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5239c5f1a1d13c8c34024e01f8c98282fa085181 Enable mod_headers everywhere as we use it for HSTS support --- diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 625c3eb22..559fc83b0 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -79,6 +79,7 @@ else end end +apache_module "headers" apache_module "ssl" apache_conf "ssl" do