From 342c9cf65e8bcd8ef911b7f61d1c4bfa3fb526c1 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 27 Jan 2016 21:24:35 +0000 Subject: [PATCH] This needs /darkserver/ Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg | 2 +- roles/haproxy/templates/haproxy.cfg.stg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)