Have you tried these yet:
proxy_http_version 1.1;
proxy_ignore_client_abort on;
You have to play with error handling on nginx's side, the both are not talking properly to each other.
proxy_http_version 1.1;
proxy_ignore_client_abort on;
You have to play with error handling on nginx's side, the both are not talking properly to each other.