<div style="font-family: 'Calibri', 'sans-serif';"><div dir="ltr">Hi,<div dir="ltr"><br></div><div dir="ltr">I have a backend server behind nginx (version 1.12.1) which acts as a reserve proxy. Everything works fine when the responses from the backend is small. However, if the backend server's response is big (> 85K), then the nginx will return the first 85941 bytes in the response body, and then timeout while trying to read the rest of the response from upstream. This happens consistently. And if I hit the backend server directly with the same request, I get back the whole response, instantly.</div><div dir="ltr"><br></div><div dir="ltr">Did I run into some kind of limit? The nginx config is minimal. Pretty much everything is default. Any hints?</div><div dir="ltr"><br></div><div dir="ltr">Thanks!</div><div dir="ltr">Yongtao</div></div></div><br>