Fix missing space

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-04-05 16:51:43 +00:00
parent 4330aa92f3
commit 488bc45cfc

View file

@ -216,7 +216,7 @@ listen badges 0.0.0.0:10032
{% if env == "staging" %} {% if env == "staging" %}
listen lists 0.0.0.0:10033 listen lists 0.0.0.0:10033
balance hdr(appserver) 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 / option httpchk GET /
{% endif %} {% endif %}