X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/860431223d5e1ada6bc6549c2cfa30dea4d23182..c3be356ba81afff0a666355e018531de69e0a5fb:/cookbooks/web/recipes/frontend.rb diff --git a/cookbooks/web/recipes/frontend.rb b/cookbooks/web/recipes/frontend.rb index 8104304d9..ecfaea7ef 100644 --- a/cookbooks/web/recipes/frontend.rb +++ b/cookbooks/web/recipes/frontend.rb @@ -17,7 +17,7 @@ # limitations under the License. # -node.default[:memcached][:ip_address] = node.internal_ipaddress +node.default[:memcached][:ip_address] = node.internal_ipaddress || "127.0.0.1" include_recipe "memcached" include_recipe "apache" @@ -29,8 +29,8 @@ web_passwords = data_bag_item("web", "passwords") apache_module "alias" apache_module "expires" apache_module "headers" -apache_module "proxy_http" -apache_module "proxy_balancer" +apache_module "proxy" +apache_module "proxy_fcgi" apache_module "lbmethod_byrequests" apache_module "lbmethod_bybusyness" apache_module "rewrite"