diff --git a/nginx.full.conf b/nginx.full.conf index 670a811..fe8f4e6 100644 --- a/nginx.full.conf +++ b/nginx.full.conf @@ -64,7 +64,6 @@ http { # 设置更长的超时时间以保持 WebSocket 连接 proxy_read_timeout 600s; proxy_send_timeout 600s; - } } }