Skip to content

Instantly share code, notes, and snippets.

@svebal
Created June 26, 2014 08:45
Show Gist options
  • Save svebal/c48f3b2c6b50f2e669ce to your computer and use it in GitHub Desktop.
Save svebal/c48f3b2c6b50f2e669ce to your computer and use it in GitHub Desktop.
Apache enabling gzip compression encoding with httpd.conf
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/css text/javascript
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment