Enable http2

This commit is contained in:
root 2022-02-06 09:24:25 +01:00 committed by RBO
parent 41fa1ab406
commit cd64314edc

View file

@ -17,7 +17,7 @@ run:
to: |
listen 443 ssl http2;
# ITS: Stuff for yxorp TLS-SNI support
listen 444 ssl proxy_protocol;
listen 444 ssl http2 proxy_protocol;
set_real_ip_from 2a01:4f8:10b:331f:0:ff:fe00:5;
real_ip_header proxy_protocol;
SSL_TEMPLATE_SSL_BLOCK