explicitly enable http/2
This commit is contained in:
parent
231c01742c
commit
6b4ad36a2d
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user