From 56ca900f6e13bea8b44e9999e5d47f011d23d954 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 3 Aug 2016 09:26:16 +0000 Subject: [PATCH] missed this one Signed-off-by: Ricky Elrod --- 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 9ec6167b39..aa19fbb5bf 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -322,7 +322,7 @@ listen fas3 0.0.0.0:10052 # depend on fas (like pkgdb, bodhi, etc) balance hdr(appserver) server fas3-01.stg fas3-01.stg:80 check inter 5s rise 1 fall 2 - option httpchk GET /accounts/ + option httpchk GET /fas3/ {% endif %} # Apache doesn't handle the initial connection here like the other proxy