diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index e65e0968cf..ae9465bf2d 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -83,7 +83,7 @@ listen darkserver 0.0.0.0:10009 balance hdr(appserver) #server darkserver01 darkserver01:80 check inter 20s rise 2 fall 3 server darkserver02 darkserver02:80 check inter 20s rise 2 fall 3 - option httpchk GET / + option httpchk GET /darkserver/ listen bodhi2 0.0.0.0:10010 balance hdr(appserver) diff --git a/roles/haproxy/templates/haproxy.cfg.stg b/roles/haproxy/templates/haproxy.cfg.stg index f8bd0396d0..67e65f8ed9 100644 --- a/roles/haproxy/templates/haproxy.cfg.stg +++ b/roles/haproxy/templates/haproxy.cfg.stg @@ -70,7 +70,7 @@ listen mirrormanager 0.0.0.0:10008 listen darkserver 0.0.0.0:10009 balance hdr(appserver) server darkserver01 darkserver01:80 check inter 20s rise 2 fall 3 - option httpchk GET / + option httpchk GET /darkserver/ listen bodhi2 0.0.0.0:10010 balance hdr(appserver)