Hi,
it’s stated in a lot of IT news websites, that nginx 1.8 supports
unbuffered uploads. However, I could not find it in thechangelog
http://nginx.org/en/CHANGES-1.8, and also, did not find any new
relevant
options in the nginx core module options.
Is it really so? If yes, how do you enable unbuffered uploads? Is that
supported for uwsgi?
Thanks!
Hello,
On 06 May 2015, at 07:36, Igor K. [email protected] wrote:
Hi,
it’s stated in a lot of IT news websites, that nginx 1.8 supports unbuffered
uploads. However, I could not find it in thechangelog, and also, did not find any
new relevant options in the nginx core module options.
Is it really so? If yes, how do you enable unbuffered uploads? Is that supported
for uwsgi?
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_request_buffering
–
Roman A.
On Tuesday 05 May 2015 21:36:26 Igor K. wrote:
Hi,
it’s stated in a lot of IT news websites, that nginx 1.8 supports
unbuffered uploads. However, I could not find it in thechangelog
http://nginx.org/en/CHANGES-1.8, and also, did not find any new relevant
options in the nginx core module options.
Is it really so? If yes, how do you enable unbuffered uploads? Is that
supported for uwsgi?
http://nginx.org/r/uwsgi_request_buffering
uwsgi_request_buffering off;
wbr, Valentin V. Bartenev