Skip to content

Instantly share code, notes, and snippets.

@shofetim
Created December 31, 2012 23:44
Show Gist options
  • Select an option

  • Save shofetim/4423943 to your computer and use it in GitHub Desktop.

Select an option

Save shofetim/4423943 to your computer and use it in GitHub Desktop.
location ~* .(js|css|png|jpg|jpeg|gif|ico)$ {
expires 1y;
}
http {
gzip on;
gzip_types
text/html
application/javascript
application/x-javascript
text/javascript
text/css
text/xml
application/atom+xml
application/xml;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment