Welcome! Log In Create A New Profile

Advanced

Can't activate gzip to work accurate in Safari/Chrome

June 08, 2010 07:15AM
Hello!
I'm using nginx/0.8.38 and like to use the gzip for the many js and css files on my page. Everything works great in FF, but Safari and Chrome downloads the files never gzipped - even if there is a gzip in the "content-Encoding:gzip" in the header.
My nginx gzip config in the server {} part of the site:

gzip on;
gzip_buffers 16 8k;
gzip_comp_level 9;
gzip_http_version 1.1;
gzip_proxied off;
gzip_min_length 0;
gzip_types text/plain text/css image/x-icon image/bmp application/x-javascript application/javascript application/json;
gzip_vary on;
gzip_disable "MSIE [1-6]\.";

i don't know what I can do.
I would love to have a solution!
Thanks
Subject Author Posted

Can't activate gzip to work accurate in Safari/Chrome

bongtv June 08, 2010 07:15AM

Re: Can't activate gzip to work accurate in Safari/Chrome

bongtv June 08, 2010 10:44AM

Re: Can't activate gzip to work accurate in Safari/Chrome

Igor Sysoev June 08, 2010 11:52AM

Re: Can't activate gzip to work accurate in Safari/Chrome

bongtv June 08, 2010 02:04PM

Re: Can't activate gzip to work accurate in Safari/Chrome

Maxim Dounin June 08, 2010 02:24PM

Re: Can't activate gzip to work accurate in Safari/Chrome

Igor Sysoev June 08, 2010 02:26PM

Re: Can't activate gzip to work accurate in Safari/Chrome

Ryan Malayter June 08, 2010 03:34PM

Re: Can't activate gzip to work accurate in Safari/Chrome

Maxim Dounin June 08, 2010 05:10PM

in nginx 0.6.34 it works

bongtv June 18, 2010 07:04AM

Re: Can't activate gzip to work accurate in Safari/Chrome

Ryan Malayter June 18, 2010 08:54AM

Re: Can't activate gzip to work accurate in Safari/Chrome

bongtv June 18, 2010 07:19AM

Re: Can't activate gzip to work accurate in Safari/Chrome

Igor Sysoev June 18, 2010 07:28AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 312
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready