Skip to content

Instantly share code, notes, and snippets.

@duongthanhthai
Created October 25, 2019 09:13
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 duongthanhthai/81ad46f75bb976f53641b147797c5851 to your computer and use it in GitHub Desktop.
Save duongthanhthai/81ad46f75bb976f53641b147797c5851 to your computer and use it in GitHub Desktop.
Compress resources with deflate to reduce the number of bytes sent over the network.
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment