8 messages in ru.sysoev.nginxRe: disable gzip based on user-agent
FromSent OnAttachments
Ian M. EvansNov 26, 2007 11:28 pm 
Manlio PerilloNov 27, 2007 12:20 am 
Igor SysoevNov 27, 2007 4:18 am 
Athan DimoyNov 27, 2007 5:08 am 
Eden LiNov 27, 2007 6:29 am 
Igor SysoevNov 27, 2007 7:06 am 
Eden LiNov 27, 2007 7:28 am 
Igor SysoevNov 27, 2007 7:38 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: disable gzip based on user-agentActions...
From:Manlio Perillo (manl@public.gmane.org)
Date:Nov 27, 2007 12:20:39 am
List:ru.sysoev.nginx

Ian M. Evans ha scritto:

On 10/18/07, Wayne E. Seguin wrote:

I also would like to know if this is possible.

I notice it's been about five weeks and no answer. :-)

Since IE6 can have problems with gzip'd CSS, being able to turn it off for IE6 would be great.

Maybe a redirect based on user agent?

Pseudo code:

location /css { gzip on; ... }

location /css_not_zipped { gzip off }

if (IE6) { rewrite /css /css_not_zipped; }