From d6a44c2bf4d16883315bde272d17551674e71b96 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 2 Jun 2015 09:01:26 +0000 Subject: [PATCH] Fix haproxy config in stg 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 9a5887da53..6acc0fd3e7 100644 --- a/roles/haproxy/templates/haproxy.cfg.stg +++ b/roles/haproxy/templates/haproxy.cfg.stg @@ -41,7 +41,7 @@ listen fp-wiki 0.0.0.0:10001 listen mirror-lists 0.0.0.0:10002 balance hdr(appserver) timeout connect 30s - server mirrorlist-phx2 mirrorlist-phx2.stg.fedoraproject.org:80 check inter 10s rise 2 fall 3 + server mirrorlist-phx2 mirrorlist-phx2:80 check inter 10s rise 2 fall 3 option httpchk GET /mirrorlist listen pkgdb 0.0.0.0:10003