Skip to content

Instantly share code, notes, and snippets.

@dylanegan
Created February 24, 2009 01:09
Show Gist options
  • Save dylanegan/69308 to your computer and use it in GitHub Desktop.
Save dylanegan/69308 to your computer and use it in GitHub Desktop.
if (-f $document_root/cache$uri) {
rewrite (.*) /cache$1 break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment