ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 问题一:open socket #29 left in connection 62 **1.1 问题如图:** ![](https://img.kancloud.cn/d8/2c/d82c30195ffa79fc65729738db02bf52_800x245.png) **1.2 解决问题方法:** 在 `nginx.conf` 中加一句: ``` debug_points abort; ``` ![](images/screenshot_1583845638460.png) **1.3 原理:** [https://www.nginx.com/resources/wiki/start/topics/tutorials/debugging/#socket-leaks](https://www.nginx.com/resources/wiki/start/topics/tutorials/debugging/#socket-leaks) ![](images/screenshot_1583844696509.png) 答:以为解决了,但其实没有解决,继续!!