IE6 problems when using gzip_disable

António P. P. Almeida appa at perusio.net
Thu Jan 20 21:24:39 MSK 2011


On 20 Jan 2011 18h13 WET, nginx-forum at nginx.us wrote:

> Hello- I am new to nginx, so this may be a silly question. I set up
> gzip with the recommended 'gzip_disable "MSIE [1-6]\."'

As you can read in http://wiki.nginx.org/NginxHttpGzipModule#gzip_disable  
since Nginx version >= 0.7.63 the preferred form of the directive is:

gzip_disable     "msie6";

--- appa



More information about the nginx mailing list