]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/frontend.rb
Enable mod_proxy on web frontends
[chef.git] / cookbooks / web / recipes / frontend.rb
index 1be89358c4b874830ead201b4fca95c88ca12e77..abed491fb7025d49c2e960e39a2e5ffe84212dbb 100644 (file)
@@ -23,9 +23,9 @@ include_recipe "web::rails"
 web_passwords = data_bag_item("web", "passwords")
 
 apache_module "alias"
 web_passwords = data_bag_item("web", "passwords")
 
 apache_module "alias"
-apache_module "deflate"
 apache_module "expires"
 apache_module "headers"
 apache_module "expires"
 apache_module "headers"
+apache_module "proxy"
 apache_module "proxy_http"
 apache_module "proxy_balancer"
 apache_module "lbmethod_byrequests"
 apache_module "proxy_http"
 apache_module "proxy_balancer"
 apache_module "lbmethod_byrequests"