diff --git a/roles/haproxy/templates/haproxy.cfg.stg b/roles/haproxy/templates/haproxy.cfg.stg index f73ba4d2c2..c7fd73cf25 100644 --- a/roles/haproxy/templates/haproxy.cfg.stg +++ b/roles/haproxy/templates/haproxy.cfg.stg @@ -198,7 +198,7 @@ listen mdapi 0.0.0.0:10043 listen openqa 0.0.0.0:10044 balance hdr(appserver) - server openqa01 openqa01:80 check inter 10s rise 1 fall 2 + server openqa-stg01.qa.fedoraproject.org openqa-stg01.qa.fedoraproject.org:80 check inter 10s rise 1 fall 2 option httpchk GET /group_overview/1 # Apache doesn't handle the initial connection here like the other proxy