Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

client closed prematurely connection while sending to client, in nginx

Tags:

nginx

I have error in 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" 

I have 500 response code on site everytime. How can I fix this?

Thank you.

like image 238
Aleksey Avatar asked Jan 26 '11 12:01

Aleksey


1 Answers

Setting proxy_ignore_client_abort on; might help you.

like image 152
timurb Avatar answered Oct 02 '22 04:10

timurb