]> git.openstreetmap.org Git - chef.git/commitdiff
Enable mod_headers on errol
authorGrant Slater <git@firefishy.com>
Mon, 28 Mar 2016 00:33:08 +0000 (01:33 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 28 Mar 2016 00:33:08 +0000 (01:33 +0100)
cookbooks/dev/recipes/default.rb

index 19539c9dcbf72ed9e28c2ef22a7205c92987576e..b5b864ffc633d255e8613fa58f16c75c7a23b811 100644 (file)
@@ -64,6 +64,7 @@ apache_module "proxy"
 apache_module "proxy_fcgi"
 apache_module "rewrite"
 apache_module "wsgi"
+apache_module "headers"
 
 gem_package "sqlite3"