Fix a typo
This commit is contained in:
parent
7d17bf46f9
commit
b0127aa065
|
@ -72,7 +72,7 @@ listen local_stats
|
|||
stats realm HAProxy\ Statistics
|
||||
|
||||
frontend http
|
||||
bind *:{{ https_port }} ssl crt {{ haproxy_cert_dir }} {% if docker_swarm_haproxy_http2_enabled %}alpn h2,{% endif %}http/1.1 {% if docker_swarm_haproxy_installation_type == 'global' %}accept-proxy{% endif %}
|
||||
bind *:{{ https_port }} ssl crt {{ haproxy_cert_dir }}{% if docker_swarm_haproxy_http2_enabled %} alpn h2,http/1.1{% endif %}{% if docker_swarm_haproxy_installation_type == 'global' %} accept-proxy{% endif %}
|
||||
|
||||
bind *:{{ haproxy_default_port }} {% if docker_swarm_haproxy_installation_type == 'global' %}accept-proxy{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue