From 90f61f02af30dcf19266d103048b96c576b691fd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 29 Apr 2015 21:38:32 +0100 Subject: [PATCH] Enable mod_cgi on tile servers --- cookbooks/tile/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 8d462414c..c76956354 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -26,6 +26,7 @@ include_recipe "tools" blocks = data_bag_item("tile", "blocks") apache_module "alias" +apache_module "cgi" apache_module "expires" apache_module "headers" apache_module "remoteip" -- 2.43.2