From 6c69d643d31755a34e3a18f586810b1bec4e42e5 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 13 Nov 2015 18:16:30 +0000 Subject: [PATCH] openqa is not in the phx2 zone Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg.stg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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