Fix the jinja syntax
This commit is contained in:
parent
609b1c0170
commit
7e758c8f16
|
@ -76,6 +76,7 @@ listen local_stats
|
||||||
|
|
||||||
frontend http_{{ docker_swarm_haproxy_plain_http_port }}
|
frontend http_{{ docker_swarm_haproxy_plain_http_port }}
|
||||||
bind *:{{ docker_swarm_haproxy_plain_http_port }} {% if docker_swarm_haproxy_installation_type == 'global' %}accept-proxy{% endif %}
|
bind *:{{ docker_swarm_haproxy_plain_http_port }} {% if docker_swarm_haproxy_installation_type == 'global' %}accept-proxy{% endif %}
|
||||||
|
|
||||||
mode http
|
mode http
|
||||||
option http-keep-alive
|
option http-keep-alive
|
||||||
option forwardfor
|
option forwardfor
|
||||||
|
|
Loading…
Reference in New Issue