Hello,
On Wed, Aug 21, 2013 at 9:48 PM, Michael Kovacs wrote:
> Hey all,
>
> 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
My guess: If the compressed files are pregenerated and sitting on the
filesystem (e.g. you have blah.json and blah.json.gz), nginx will serve them
to any browser that sends the correct Accept-Encoding headers.
Good luck.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,242107,242108#msg-
Hey all,
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