Welcome! Log In Create A New Profile

Advanced

Is this correct gzip configuration?

Luka Horvatic
October 05, 2009 07:12PM
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?
--
Posted via http://www.ruby-forum.com/.
Subject Author Posted

Is this correct gzip configuration?

Luka Horvatic October 05, 2009 07:12PM

Re: Is this correct gzip configuration?

Luka Horvatic October 20, 2009 03:06PM

Re: Is this correct gzip configuration?

Igor Sysoev October 20, 2009 03:32PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 121
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