Hello,&nbsp;<div><br></div><div>I have a fresh new installation of nginx on ubuntu 8.04 (installed via apt-get, I believe it is 0.5.x something)&nbsp;</div><div><br></div><div>In my nginx.conf file I have gzip turned on, now I wanted to do a basic test and serving a static html file, but the file does not come compressed at all.</div>
<div><br></div><div>Here&#39;s the snippet of configuration, I tried variations on this without success</div><div><br></div><div><div>&nbsp;gzip &nbsp;on;</div><div>&nbsp;&nbsp; &nbsp;gzip_min_length &nbsp;1100;</div><div>&nbsp;&nbsp; &nbsp;gzip_buffers &nbsp; &nbsp; 4 8k;</div>
<div>&nbsp;&nbsp; &nbsp;gzip_proxied &nbsp; &nbsp; any;</div><div>&nbsp;&nbsp; &nbsp;gzip_types &nbsp; &nbsp; &nbsp; text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;</div><div>&nbsp;&nbsp; &nbsp;gzip_http_version 1.1;</div>
<div>&nbsp;&nbsp; &nbsp;gzip_comp_level 6;</div><div><br></div><div>Does anyone have any idea why nothing is compressed?</div><div><br></div><div>I&#39;ve used this&nbsp;<a href="http://www.gidnetwork.com/tools/gzip-test.php">http://www.gidnetwork.com/tools/gzip-test.php</a> and others to test the results.</div>
<div><br></div><div>Thank you so much!</div></div>