From: Grant Slater Date: Mon, 28 Mar 2016 00:33:08 +0000 (+0100) Subject: Enable mod_headers on errol X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/91556e0a1247fa7877b55a95ba29016a715e0ce0 Enable mod_headers on errol --- diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index 19539c9dc..b5b864ffc 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -64,6 +64,7 @@ apache_module "proxy" apache_module "proxy_fcgi" apache_module "rewrite" apache_module "wsgi" +apache_module "headers" gem_package "sqlite3"