我在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;可能会对您有所帮助。