test frontend alpn http11

This commit is contained in:
Marco Procaccini 2026-02-17 11:23:14 +01:00
parent 5df6fad01c
commit 0d18ae5be6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ peers mypeers
listen stats
{% if docker_swarm_haproxy_ipv4_only %}
bind 0.0.0.0:{{ haproxy_admin_port }} ssl crt {{ haproxy_cert_dir }} alpn h2,http/1.1
bind 0.0.0.0:{{ haproxy_admin_port }} ssl crt {{ haproxy_cert_dir }} alpn http/1.1
{% elif docker_swarm_haproxy_ipv6_only %}
bind :::{{ haproxy_admin_port }} ssl crt {{ haproxy_cert_dir }} alpn h2,http/1.1
{% else %}