Skip to content

Instantly share code, notes, and snippets.

@sh78
Created April 18, 2018 02:17
Show Gist options
  • Save sh78/bf6b40a1d59fdba8683420f321f2ae8a to your computer and use it in GitHub Desktop.
Save sh78/bf6b40a1d59fdba8683420f321f2ae8a to your computer and use it in GitHub Desktop.
/etc/nginx/nginx.conf
gzip on;
gzip_vary on;
gzip_disable "MSIE [1-6]\\.(?!.*SV1)";
gzip_http_version 1.1;
gzip_types text/plain text/html text/css application/javascript text/javascript application/x-javascript text/xml application/xml application/xml+rss;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment