Skip to content

Instantly share code, notes, and snippets.

@fillipetech
Created June 5, 2019 18:40
Show Gist options
  • Save fillipetech/7ec61df68d9e721aa692cae12d5e8fd8 to your computer and use it in GitHub Desktop.
Save fillipetech/7ec61df68d9e721aa692cae12d5e8fd8 to your computer and use it in GitHub Desktop.
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment