<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>
      <blockquote type="cite">
        <pre wrap="">my problem is that response that my node app (upstream server) generates is
buffered by nginx.</pre>
      </blockquote>
      Generate the following header from node:<br>
    </p>
    <p>    X-Accel-Buffering: no<br>
    </p>
    <p>That will disable nginx's buffering for the request.</p>
    <p><br>
    </p>
    <div class="moz-signature">
      <p>Igal Sapir
        <br>
        Lucee Core Developer
        <br>
        <a href="http://lucee.org/">Lucee.org</a></p>
    </div>
    <br>
  </body>
</html>