Created
April 12, 2016 08:27
-
-
Save groony/98f22bf5d7e86cd26d3310217b003cd1 to your computer and use it in GitHub Desktop.
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
location ~* \.(jsgz|datagz|memgz|unity3dgz)$ { | |
add_header Content-Encoding gzip; | |
break; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment