Skip to content

Instantly share code, notes, and snippets.

@halfnibble
Last active January 26, 2018 00:25
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 halfnibble/bb24c8d3efa51266d3263a77ca20c523 to your computer and use it in GitHub Desktop.
Save halfnibble/bb24c8d3efa51266d3263a77ca20c523 to your computer and use it in GitHub Desktop.
Apache 2.4 compression settings for virtual host
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
AddOutputFilterByType DEFLATE text/html text/plain text/xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/xml
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment