Is this correct gzip configuration?
Igor Sysoev
is at rambler-co.ru
Tue Oct 20 23:29:19 MSD 2009
On Tue, Oct 06, 2009 at 01:08:50AM +0200, Luka Horvatic wrote:
> I have following for gzip compression on nginx 7:
> gzip on;
> # gzip_static on; Only use this if you compiled it yourself -or- with
> this module
> gzip_proxied any;
> gzip_vary on;
> gzip_disable "MSIE [1-6]\.";
> gzip_http_version 1.1;
> gzip_min_length 10;
> gzip_comp_level 9;
> # text/css application/x-javascript and text/javascript are really your
> choice...
> gzip_types text/plain application/xhtml+xml text/xml application/xml
> application/xml+rss;
> This should disable gzip on ie6,but when i load site with ie,ie crashes
> after few minutes.Is this code invalid?
What IE version ?
What do you mean by "crashes" ?
Does IE "crash" if you disable gzip at all ?
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list