mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-17 12:24:39 +03:00
Update http2 listen directive to align with deprecation
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
server {
|
server {
|
||||||
listen NGPORT ssl http2;
|
listen NGPORT ssl;
|
||||||
listen [::]:NGPORT ssl http2;
|
listen [::]:NGPORT ssl;
|
||||||
|
http2 on;
|
||||||
server_name NGDOMAIN;
|
server_name NGDOMAIN;
|
||||||
ssl_certificate CERTFILE;
|
ssl_certificate CERTFILE;
|
||||||
ssl_certificate_key PRVKEYFILE;
|
ssl_certificate_key PRVKEYFILE;
|
||||||
|
|||||||
Reference in New Issue
Block a user