>>> 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/
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
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
> 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 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
__