rclon commited on
Commit
e111a8f
·
verified ·
1 Parent(s): 6c465fc

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +2 -2
nginx.conf CHANGED
@@ -48,8 +48,8 @@ http {
48
  }
49
 
50
  server {
51
- listen 8080 reuseport; # 启用端口重用
52
- listen [::]:8080 reuseport;
53
  server_name localhost;
54
 
55
  # 连接限制
 
48
  }
49
 
50
  server {
51
+ listen 7860 reuseport; # 启用端口重用
52
+ listen [::]:7860 reuseport;
53
  server_name localhost;
54
 
55
  # 连接限制