diff --git a/templates/haproxy.cfg.j2 b/templates/haproxy.cfg.j2 index 641c53e..15630ff 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/haproxy.cfg.j2 @@ -172,6 +172,7 @@ backend {{ srv.acl_name }}_bck {% if srv.http_check_enabled is defined and srv.http_check_enabled %} http-check send {{ srv.http_check }} http-check expect {{ srv.http_check_expect }} +{% endif %} {% if srv.stick_sessions %} {% if srv.stick_on_cookie %} cookie {{ srv.stick_cookie }}