Getting a chunked request through nginx
If you can upgrade to Nginx 1.8.x or Nginx 1.9.x, you can now use this directive to disable request buffering:
proxy_request_buffering off
Think this should solve your problem.
If you can upgrade to Nginx 1.8.x or Nginx 1.9.x, you can now use this directive to disable request buffering:
proxy_request_buffering off
Think this should solve your problem.