From 488bc45cfc32507621820d55663fee079ff3859c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 5 Apr 2016 16:51:43 +0000 Subject: [PATCH] Fix missing space Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}