Update listen_ssl.template deprecated http2 on listener
This commit is contained in:
parent
1a2f145b28
commit
095d59c01b
@ -1,2 +1,3 @@
|
|||||||
listen ${HTTPS_PORT} ssl http2;
|
listen ${HTTPS_PORT} ssl;
|
||||||
listen [::]:${HTTPS_PORT} ssl http2;
|
listen [::]:${HTTPS_PORT} ssl;
|
||||||
|
http2 on;
|
||||||
|
Loading…
Reference in New Issue
Block a user