]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/templates/default/apache.frontend.erb
Take thorn-03 out of production
[chef.git] / cookbooks / web / templates / default / apache.frontend.erb
index d0dc52787f0f2614c1473e564a5686559fa544ec..5b1881b71f4ca6f858672e39666e99f7bc6e7e14 100644 (file)
   RailsEnv production
   PassengerMinInstances 10
   PassengerMaxRequests 5000
+  PassengerMaxRequestQueueSize 250
 <% if port == 443 -%>
   PassengerPreStart https://www.openstreetmap.org/
 <% else -%>
 <% if port == 443 -%>
     BalancerMember https://rails1 disablereuse=on
     BalancerMember https://rails2 disablereuse=on
-    BalancerMember https://rails3 disablereuse=on
+    #BalancerMember https://rails3 disablereuse=on
 <% else -%>
     BalancerMember http://rails1
     BalancerMember http://rails2
-    BalancerMember http://rails3
+    #BalancerMember http://rails3
 <% end -%>
   </Proxy>
 <% if port == 80 -%>