Skip to content

Instantly share code, notes, and snippets.

@nickfox
Created February 10, 2014 13:34
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 nickfox/8916020 to your computer and use it in GitHub Desktop.
Save nickfox/8916020 to your computer and use it in GitHub Desktop.
gzip on;
gzip_disable "msie6";
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
# gzip_vary on;
# gzip_proxied any;
# gzip_comp_level 6;
# gzip_buffers 16 8k;
# gzip_http_version 1.1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment