Skip to content

Instantly share code, notes, and snippets.

@avit
Created March 30, 2010 23:53
Show Gist options
  • Save avit/349759 to your computer and use it in GitHub Desktop.
Save avit/349759 to your computer and use it in GitHub Desktop.
# Deflate
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
DeflateCompressionLevel 9
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment