<div dir="ltr"><div>Hi.<br><br>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.<br>
</div><div><br>Is there any ways to force nginx to proxy request immediately without buffering?<br clear="all"></div><div><br>-- <br>Regards,<br>Dmitry<br></div>
</div>