From dc8b2cf293e36481a70a8fe0d50c633b7be03cb2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 20 Jan 2017 00:12:07 +0000 Subject: [PATCH] make kojipkgs02 non backup --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index c236c86fdc..058147e332 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -409,7 +409,7 @@ listen ipa01 0.0.0.0:10061 listen kojipkgs 0.0.0.0:10062 balance hdr(appserver) server kojipkgs01.phx2.fedoraproject.org kojipkgs01.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2 - server kojipkgs02.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2 backup + server kojipkgs02.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2 option httpchk GET / {% endif %}