From 5239c5f1a1d13c8c34024e01f8c98282fa085181 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 17 Jan 2018 19:08:44 +0000 Subject: [PATCH] Enable mod_headers everywhere as we use it for HSTS support --- cookbooks/apache/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.2