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