Skip to content

Instantly share code, notes, and snippets.

@seanlinsley
Created February 24, 2014 20:23
Show Gist options
  • Save seanlinsley/9196255 to your computer and use it in GitHub Desktop.
Save seanlinsley/9196255 to your computer and use it in GitHub Desktop.
NGINX: cache those compiled assets!
location ~* "-[a-z0-9]{32}\.(png|gif|jpg|jpeg|css|js)$" {
expires max;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment