explicitly enable http/2

This commit is contained in:
fix 2023-11-23 08:18:38 +01:00
parent 231c01742c
commit 6b4ad36a2d

View File

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