Fix a typo

This commit is contained in:
Andrea Dell'Amico 2020-11-16 17:35:09 +01:00
parent 7d17bf46f9
commit b0127aa065
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}