X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0689c09ff5ec373c978c55abb058f4dfdee6ada6..f585abb661c1a3e8c8168f95ba94b985bfa6fa86:/cookbooks/web/recipes/backend.rb?ds=sidebyside 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