企业🤖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) 答:以为解决了,但其实没有解决,继续!!