Skip to content

Instantly share code, notes, and snippets.

@kevinruscoe
Last active December 23, 2015 21:29
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/be7972c80cc65679c3e8 to your computer and use it in GitHub Desktop.
Save kevinruscoe/be7972c80cc65679c3e8 to your computer and use it in GitHub Desktop.
Use Mod_Deflate to compress HTTP request
<FilesMatch "\\.(js|css|html|htm|php|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment