X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3acb5c42fb0b3963eafa4e542d11b2a48b99cefc..893a007aefd9a28ff0bf233c2f3f45cc352f882f:/cookbooks/web/recipes/backend.rb diff --git a/cookbooks/web/recipes/backend.rb b/cookbooks/web/recipes/backend.rb index df22c123d..ae359ca47 100644 --- a/cookbooks/web/recipes/backend.rb +++ b/cookbooks/web/recipes/backend.rb @@ -28,9 +28,10 @@ apache_module "remoteip" apache_module "rewrite" apache_module "proxy" apache_module "proxy_fcgi" +apache_module "setenvif" apache_site "default" do - action [ :disable ] + action [:disable] end apache_site "www.openstreetmap.org" do