Skip to content

Instantly share code, notes, and snippets.

@santiagopuerta
Created January 15, 2014 19:19
Show Gist options
  • Save santiagopuerta/8442544 to your computer and use it in GitHub Desktop.
Save santiagopuerta/8442544 to your computer and use it in GitHub Desktop.
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/x-web-app-manifest+json \
application/xhtml+xml \
application/xml \
font/opentype \
image/svg+xml \
image/x-icon \
text/css \
text/html \
text/plain \
text/x-component \
text/xml
</IfModule>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment