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