From: Tom Hughes Date: Fri, 6 May 2016 19:56:39 +0000 (+0100) Subject: Enable mod_proxy on web frontends X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6fecdd677ea97324e8307dc3d19bdc294d9456e6 Enable mod_proxy on web frontends --- diff --git a/cookbooks/web/recipes/frontend.rb b/cookbooks/web/recipes/frontend.rb index ab6742b01..abed491fb 100644 --- a/cookbooks/web/recipes/frontend.rb +++ b/cookbooks/web/recipes/frontend.rb @@ -25,6 +25,7 @@ web_passwords = data_bag_item("web", "passwords") apache_module "alias" apache_module "expires" apache_module "headers" +apache_module "proxy" apache_module "proxy_http" apache_module "proxy_balancer" apache_module "lbmethod_byrequests"