Hi guys,<br><br>I have a problem while using nginx to proxy anytermd. anytermd is a simple web server which always outputs chunked data.&nbsp;The&nbsp;following&nbsp;is&nbsp;the&nbsp;data&nbsp;that&nbsp;nginx&nbsp;gave&nbsp;to&nbsp;me:<br> <br>HTTP/1.1 200 OK<br>Server: nginx/0.5.36<br>
Date: Fri, 09 May 2008 00:30:37 GMT<br>Content-Type: text/html<br>Transfer-Encoding: chunked<br>Connection: close<br>Transfer-Encoding: chunked<br><br>75f<br>753<br>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;<br>
......<br>0<br><br><br>0<br><br>I saw the doc said that nginx talks http/1.0 to the backend server.How can I let the nginx outputing the original data?<br>