Skip to content

Instantly share code, notes, and snippets.

@kontur
Created August 12, 2014 13:48
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 kontur/65243806495e437a510d to your computer and use it in GitHub Desktop.
Save kontur/65243806495e437a510d to your computer and use it in GitHub Desktop.
Enable gzip/deflate to apache .htaccess / vhost config
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment