Skip to content

Instantly share code, notes, and snippets.

@imsamthomas
Created December 21, 2015 10:15
Show Gist options
  • Select an option

  • Save imsamthomas/7889439e6124a0346e69 to your computer and use it in GitHub Desktop.

Select an option

Save imsamthomas/7889439e6124a0346e69 to your computer and use it in GitHub Desktop.
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/*
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment