Skip to content

Instantly share code, notes, and snippets.

@batamire
Forked from zhuangya/gist:8399374
Last active August 29, 2015 14:24
Show Gist options
  • Select an option

  • Save batamire/e5ef358a46e036c9ed5e to your computer and use it in GitHub Desktop.

Select an option

Save batamire/e5ef358a46e036c9ed5e to your computer and use it in GitHub Desktop.
gzip on;
gzip_disable "msie6";
gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_types text/plain text/xml text/css text/javascript text/x-js application/json application/javascript application/x-javascript application/xml application/xml+rss;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment