Spaces:
Sleeping
Sleeping
Update nginx.conf
Browse files- nginx.conf +2 -2
nginx.conf
CHANGED
|
@@ -48,8 +48,8 @@ http {
|
|
| 48 |
}
|
| 49 |
|
| 50 |
server {
|
| 51 |
-
listen
|
| 52 |
-
listen [::]:
|
| 53 |
server_name localhost;
|
| 54 |
|
| 55 |
# 连接限制
|
|
|
|
| 48 |
}
|
| 49 |
|
| 50 |
server {
|
| 51 |
+
listen 7860 reuseport; # 启用端口重用
|
| 52 |
+
listen [::]:7860 reuseport;
|
| 53 |
server_name localhost;
|
| 54 |
|
| 55 |
# 连接限制
|