Over the years, whenever I've enabled gzip compression on my web
server I've seen website conversions drop.  I just enabled compression
on nginx again and I noticed conversions drop again:

gzip on;
gzip_disable msie6;
gzip_types application/javascript text/css;

Any thoughts on this?  Is there more config I should consider?

- Grant

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to