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