Skip to content

Instantly share code, notes, and snippets.

@fijimunkii
Created October 20, 2017 14:56
Show Gist options
  • Save fijimunkii/b6169b736deae86827b39e5332d12ca1 to your computer and use it in GitHub Desktop.
Save fijimunkii/b6169b736deae86827b39e5332d12ca1 to your computer and use it in GitHub Desktop.
nginx gzip conf
gzip on;
gzip_vary on;
gzip_min_length 1024;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/javascript application/xml;
gzip_disable "MSIE [1-6]\.";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment