Skip to content

Instantly share code, notes, and snippets.

@kmgdevelopment
Created May 29, 2014 19:02
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 kmgdevelopment/eb7f84e6d0e200347a92 to your computer and use it in GitHub Desktop.
Save kmgdevelopment/eb7f84e6d0e200347a92 to your computer and use it in GitHub Desktop.
Enable Gzip & Vary: Accept-Encoding on MediaTemple DV/Nginx Server
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