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)