Problem with GZIP

Francis Daly francis at daoine.org
Mon Oct 3 14:53:45 UTC 2011


On Mon, Oct 03, 2011 at 10:01:53AM -0400, firestorm wrote:

Hi there,

> Using firefox´s plg-in firebug I can check gzip support it´s not
> enabled:
> 
> There are 8 plain text components that should be sent compressed
> http://10.128.50.101/css/principal.css

Your config says

gzip_types text/plain application/xml;

Your output log says

Content-Type: text/css

Copy one big-enough file to a .txt-ending name -- for example copy
dashboard.css to dashboard.txt -- and then try to access that file and
see if it is gzipped.

If it is, then include the right content types in your gzip_types config
and it should Just Work.

If it isn't, then more investigation is needed.

Good luck,

	f
-- 
Francis Daly        francis at daoine.org



More information about the nginx mailing list