Skip to content

Instantly share code, notes, and snippets.

@kevinruscoe
Created April 8, 2014 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinruscoe/10109022 to your computer and use it in GitHub Desktop.
Save kevinruscoe/10109022 to your computer and use it in GitHub Desktop.
Add GZIP Compression
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment