Skip to content

Instantly share code, notes, and snippets.

@TerasawaShuhei
Created May 20, 2013 22:54
Show Gist options
  • Save TerasawaShuhei/5616242 to your computer and use it in GitHub Desktop.
Save TerasawaShuhei/5616242 to your computer and use it in GitHub Desktop.
apache Gzip有効化
#Gzip
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html SetEnvIfNoCase Request_URI \.(?:gif¦jpe?g¦png)$ no-gzip dont-vary Header append Vary User-Agent env=!dont-vary
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment