]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Enable mod_cgi on tile servers
[chef.git] / cookbooks / tile / recipes / default.rb
index 8d462414c2294594de4771d464fa5d6e70956d3c..c769563542a96eb0d296bfd39643b24a9c75dfb4 100644 (file)
@@ -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"