<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Hello,<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 21, 2013 at 9:48 PM, Michael Kovacs <span dir="ltr"><<a href="mailto:kovacs@gmail.com" target="_blank">kovacs@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hey all,<div><br></div><div>I'm running nginx 1.2.6 from a packaged install on Ubuntu 13.04. I'm at a total loss as to how this is happening but I simply cannot disable gzip compression for my server no matter what I try. Setting gzip off; in nginx.conf in the http context doesn't work. I modified the default config setting that was already there. I even moved it to the bottom of the section to see if maybe there was something else that was toggling it on after that config entry. </div>

</div></blockquote><div><br><div class="gmail_default" style="font-size:small;color:rgb(51,51,153);display:inline">​​I'm not​ sure moving the directive around the same level has any impact if you don't have another 'gzip' directive there.<br>

Have you checked that there is no gzip at inferior levels (server or location blocks).<br>Even better: gzip directive is internally set to 'off'. Check that there is no 'gzip' usage anywhere in any included file of your configuration (simple grep) and you'll have the conf you wish.<br>

<br>2nd part:<br>Check your conf is *really* applied on reload: first, check the syntax with nginx -t, then monitor the logs when reloading to see any error popping up.<br>---<br></div></div></div><font size="1"><span style="color:rgb(102,102,102)"></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font>
</div></div>