diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 49d0d7f255..a336c5a12f 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -335,6 +335,7 @@ frontend koschei-frontend backend koschei-backend balance hdr(appserver) server koschei-web01 koschei-web01:80 check inter 10s rise 1 fall 2 + server koschei-web02 koschei-web02:80 check inter 10s rise 1 fall 2 option httpchk GET /koschei/ frontend autocloud-frontend