Skip to content

Instantly share code, notes, and snippets.

@OkashiOdayakana
Last active February 26, 2017 01:17
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 OkashiOdayakana/030f4cd0dc29272369e0ac5753acbb6f to your computer and use it in GitHub Desktop.
Save OkashiOdayakana/030f4cd0dc29272369e0ac5753acbb6f 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 *;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment