Hacker News new | ask | show | jobs
by skinowski 3755 days ago
Regarding 3, buffering behavior is highly configurable in nginx.(eg. proxy_request_buffering, proxy_buffering on/off)
2 comments

Wrote a post where I ran into (and fixed) this problem with streaming uploads through nginx: http://killtheradio.net/technology/nginx-returns-error-on-fi...
It's only as of 1.8 that you can disable buffering of incoming requests though. Just a few month iirc.