Created
May 29, 2014 19:02
-
-
Save kmgdevelopment/eb7f84e6d0e200347a92 to your computer and use it in GitHub Desktop.
Enable Gzip & Vary: Accept-Encoding on MediaTemple DV/Nginx Server
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
gzip on; | |
gzip_disable "MSIE [1-6]\.(?!.*SV1)"; | |
gzip_types text/plain text/css text/javascript application/javascript application/x-javascript image/svg+xml; | |
gzip_vary on; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment