Re: gzip_types not working as expected

2015-03-14 Thread Grant
>>> gzip is not working on my piwik.js file according to Google at >>> developers.google.com/speed/pagespeed/insights. It's working fine on >>> my CSS file. How can I troubleshoot this? >>> >>> gzip on; >>> gzip_disable msie6; >>> gzip_types text/javascript application/x-javascript text/css text/

Re: gzip_types not working as expected

2015-03-11 Thread itpp2012
Use curl -i to see what you actually get back on a file request. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257147,257198#msg-257198 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: gzip_types not working as expected

2015-03-11 Thread Frederik Nosi
Hi, On 03/11/2015 01:09 PM, Grant wrote: gzip is not working on my piwik.js file according to Google at developers.google.com/speed/pagespeed/insights. It's working fine on my CSS file. How can I troubleshoot this? gzip on; gzip_disable msie6; gzip_types text/javascript application/x-javascrip

Re: gzip_types not working as expected

2015-03-11 Thread Grant
> gzip is not working on my piwik.js file according to Google at > developers.google.com/speed/pagespeed/insights. It's working fine on > my CSS file. How can I troubleshoot this? > > gzip on; > gzip_disable msie6; > gzip_types text/javascript application/x-javascript text/css text/plain; > > - G

gzip_types not working as expected

2015-03-09 Thread Grant
gzip is not working on my piwik.js file according to Google at developers.google.com/speed/pagespeed/insights. It's working fine on my CSS file. How can I troubleshoot this? gzip on; gzip_disable msie6; gzip_types text/javascript application/x-javascript text/css text/plain; - Grant __