mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-17 12:24:39 +03:00
Remove reuseport to avoid 'duplicate listen options' issue
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
server {
|
server {
|
||||||
listen NGPORT quic reuseport;
|
listen NGPORT quic;
|
||||||
listen NGPORT ssl;
|
listen NGPORT ssl;
|
||||||
listen [::]:NGPORT ssl;
|
listen [::]:NGPORT ssl;
|
||||||
http2 on;
|
http2 on;
|
||||||
|
|||||||
Reference in New Issue
Block a user