]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/templates/default/apache.frontend.erb
Update configuration for move from Imperial to Amsterdam
[chef.git] / cookbooks / web / templates / default / apache.frontend.erb
index eb3c66ab444214dd93d2730c15fe5b016e32422b..6cbf8641808b4b6d9085e691091ac2d12b47e1c5 100644 (file)
   #
   # Define a load balancer for the IC backends
   #
-  <Proxy balancer://ic>
+  <Proxy balancer://ams>
     ProxySet lbmethod=bybusyness
-<% ["rails1.ic", "rails2.ic", "rails3.ic"].each do |backend| -%>
+<% ["rails1.ams", "rails2.ams", "rails3.ams"].each do |backend| -%>
     BalancerMember https://<%= backend %> disablereuse=on
 <% end -%>
   </Proxy>