Request buffering when uploading big file
Dmitry Petrov
dmitry.petroff at gmail.com
Thu Jun 6 12:20:21 UTC 2013
Hi.
I'm using nginx as a front-end on file uploader. It gets PUT request from
client and then proxy_pass it to custom uploader. The problem is nginx is
buffering whole request body (which may be very large - up to several
gigabytes) and only after that request is passed to my backend.
Is there any ways to force nginx to proxy request immediately without
buffering?
--
Regards,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20130606/7b4d8c50/attachment.html>
More information about the nginx-devel
mailing list