Fix missing space
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4330aa92f3
commit
488bc45cfc
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue