]> git.openstreetmap.org Git - chef.git/commitdiff
Fix hosts for upload backend
authorTom Hughes <tom@compton.nu>
Sun, 12 Mar 2017 12:15:09 +0000 (12:15 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 12 Mar 2017 12:15:09 +0000 (12:15 +0000)
cookbooks/web/templates/default/apache.frontend.erb

index 39117f4dc926a8b4319c4e8afe4d6ae455e73b87..3d244eff093b0329e6a59b8430f6d9e13e53872e 100644 (file)
   #
   <Proxy balancer://ic>
     ProxySet lbmethod=bybusyness
-<% ["rails1.bm", "rails2.bm", "rails3.bm"].each do |backend| -%>
+<% ["rails1.ic", "rails2.ic", "rails3.ic"].each do |backend| -%>
 <% if port == 443 -%>
     BalancerMember https://<%= backend %> disablereuse=on
 <% else -%>