diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 4420927f87..32f7aedd9d 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -428,7 +428,7 @@ frontend retrace-frontend backend retrace-backend balance hdr(appserver) - server retrace01 retrace01:80 check inter 10s rise 1 fall 2 + server retrace02.qa.fedoraproject.org retrace02.qa.fedoraproject.org:80 check inter 10s rise 1 fall 2 {% endif %} {% if env == "staging" %}