Skip to content

Instantly share code, notes, and snippets.

@stajnert
Created April 2, 2013 07:15
Show Gist options
  • Save stajnert/5290472 to your computer and use it in GitHub Desktop.
Save stajnert/5290472 to your computer and use it in GitHub Desktop.
Enable gzip compression on the fly
#Gzip
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
</ifmodule>
#End Gzip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment