From 0d18ae5be6c9e59c66b45ac2b314548bb9aff277 Mon Sep 17 00:00:00 2001 From: Marco Procaccini Date: Tue, 17 Feb 2026 11:23:14 +0100 Subject: [PATCH] test frontend alpn http11 --- templates/haproxy.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy.cfg.j2 b/templates/haproxy.cfg.j2 index e7f8492..d6a862c 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/haproxy.cfg.j2 @@ -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 %}