diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index d418c764aa..cac99c00f9 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -215,6 +215,10 @@ backend openqa-backend frontend pdc-frontend bind 0.0.0.0:10045 + default_backend pdc-backend + +backend pdc-backend + balance hdr(appserver) {% if env != "staging" %} # Set session persistence with a cookie.