]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/backend.rb
Fix rubocop style warning
[chef.git] / cookbooks / web / recipes / backend.rb
index b059d4f4435a7e126c28ec3987933c08594ef3c9..6f86f2064be94e066f02304eaf7d4a1a74459617 100644 (file)
@@ -24,12 +24,13 @@ include_recipe "web::cgimap"
 
 web_passwords = data_bag_item("web", "passwords")
 
-apache_module "fastcgi-handler"
 apache_module "remoteip"
 apache_module "rewrite"
+apache_module "proxy"
+apache_module "proxy_fcgi"
 
 apache_site "default" do
-  action [ :disable ]
+  action [:disable]
 end
 
 apache_site "www.openstreetmap.org" do