From 7f03e4a5979a0c25a17de1f3eb4c1437c7c9ea8f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 7 May 2015 17:18:04 +0200 Subject: [PATCH] Adjust haproxy in stg to enable /mirrormanager/ --- roles/haproxy/files/haproxy.cfg.stg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/haproxy/files/haproxy.cfg.stg b/roles/haproxy/files/haproxy.cfg.stg index c6e7eaa23e..9180fed08f 100644 --- a/roles/haproxy/files/haproxy.cfg.stg +++ b/roles/haproxy/files/haproxy.cfg.stg @@ -169,10 +169,10 @@ listen kerneltest 0.0.0.0:10038 server kerneltest01 kerneltest01:80 check inter 10s rise 1 fall 2 option httpchk GET /kerneltest -listen mirrormanager2 0.0.0.0:10039 +listen mirrormanager 0.0.0.0:10039 balance hdr(appserver) server mm-frontend01 mm-frontend01:80 check inter 60s rise 2 fall 3 - option httpchk GET /mirrormanager2 + option httpchk GET /mirrormanager listen koschei 0.0.0.0:10040 balance hdr(appserver)