Created
October 20, 2017 14:56
-
-
Save fijimunkii/b6169b736deae86827b39e5332d12ca1 to your computer and use it in GitHub Desktop.
nginx gzip conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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