X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0689c09ff5ec373c978c55abb058f4dfdee6ada6..b0c412752eb8b1b15afaee92ec0be2fb42d7ad23:/cookbooks/web/recipes/backend.rb diff --git a/cookbooks/web/recipes/backend.rb b/cookbooks/web/recipes/backend.rb index b059d4f44..6f86f2064 100644 --- a/cookbooks/web/recipes/backend.rb +++ b/cookbooks/web/recipes/backend.rb @@ -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