Enable http2
This commit is contained in:
parent
41fa1ab406
commit
cd64314edc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue