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, s
I had same problem, found that nginx closes the connection because of send_timeout setting. I increased and it is fixed.
http { send_timeout 20; ... }