diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 69bd8c29b2..b52a3eed7e 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -216,7 +216,7 @@ listen badges 0.0.0.0:10032 {% if env == "staging" %} listen lists 0.0.0.0:10033 balance hdr(appserver) - server mailman01 mailman01:80 check inter 10s rise 1 fall2 + server mailman01 mailman01:80 check inter 10s rise 1 fall 2 option httpchk GET / {% endif %}