Created
August 12, 2014 13:48
-
-
Save kontur/65243806495e437a510d to your computer and use it in GitHub Desktop.
Enable gzip/deflate to apache .htaccess / vhost config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_deflate.c> | |
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain | |
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment