]> git.openstreetmap.org Git - chef.git/commitdiff
Enable mod_cgi on tile servers
authorTom Hughes <tom@compton.nu>
Wed, 29 Apr 2015 20:38:32 +0000 (21:38 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 29 Apr 2015 20:38:32 +0000 (21:38 +0100)
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"