Skip to content

Instantly share code, notes, and snippets.

@groony
Created April 12, 2016 08:27
Show Gist options
  • Save groony/98f22bf5d7e86cd26d3310217b003cd1 to your computer and use it in GitHub Desktop.
Save groony/98f22bf5d7e86cd26d3310217b003cd1 to your computer and use it in GitHub Desktop.
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