Enable http2
parent
2db910d6dc
commit
e15795e112
|
@ -1,2 +1,2 @@
|
||||||
listen ${HTTPS_PORT};
|
listen ${HTTPS_PORT} http2;
|
||||||
listen [::]:${HTTPS_PORT};
|
listen [::]:${HTTPS_PORT} http2;
|
||||||
|
|
Loading…
Reference in New Issue