On Tuesday 04 September 2007, Ezra Zygmuntowicz wrote: > So nginx cannot selectively gzip based on browser, can it turn off > gzip inside a location /foo {} block? location / { if ($http_user_agent ~ MSIE) { gzip off; } }