Skip to content

Instantly share code, notes, and snippets.

@tpitale
Created December 15, 2009 18:54
Show Gist options
  • Save tpitale/257188 to your computer and use it in GitHub Desktop.
Save tpitale/257188 to your computer and use it in GitHub Desktop.
if ($request_uri ~* "\.(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