Skip to main content
 首页 » 编程设计

nginx之客户端发送到客户端时,在nginx中过早关闭了连接

2024年09月07日44TianFang

我在Nginx error.log中有错误:

2010/12/05 17:11:49 [info] 7736#0: *1108 client closed prematurely connection while sending to client,  
client: 188.72.80.201, server:***.biz, request: "GET /forum/ HTTP/1.1",  
upstream:"http://***:3000/forum/", host: "***.biz" 

每次我在网站上都有500个响应代码。我怎样才能解决这个问题?

谢谢。

请您参考如下方法:

设置proxy_ignore_client_abort on;可能会对您有所帮助。