From 6b4ad36a2d4db65490381215984694ba8f0ce302 Mon Sep 17 00:00:00 2001 From: fix Date: Thu, 23 Nov 2023 08:18:38 +0100 Subject: [PATCH] explicitly enable http/2 --- ansible/haproxy.cfg.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/haproxy.cfg.template b/ansible/haproxy.cfg.template index 574099d..e1044b9 100644 --- a/ansible/haproxy.cfg.template +++ b/ansible/haproxy.cfg.template @@ -18,7 +18,7 @@ defaults timeout server 50000 frontend http_front - bind :8443 ssl crt /usr/local/etc/haproxy/tls/certificate.pem + bind :8443 ssl crt /usr/local/etc/haproxy/tls/certificate.pem alpn h2,http/1.1 {% for hostname in nginx_names %} acl be_{{ hostname }} path_beg /{{ hostname }}