Skip to content

Instantly share code, notes, and snippets.

@portertech
Created May 16, 2011 14:56
Show Gist options
  • Save portertech/974584 to your computer and use it in GitHub Desktop.
Save portertech/974584 to your computer and use it in GitHub Desktop.
location ~* \.(ico|css|js|gif|jpe?g|png)(\?[0-9]+)?$ {
expires max;
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment