Skip to content

Instantly share code, notes, and snippets.

@ezmobius
Forked from mjfreshyfresh/gist:296283
Created February 5, 2010 21:43
Show Gist options
  • Save ezmobius/296292 to your computer and use it in GitHub Desktop.
Save ezmobius/296292 to your computer and use it in GitHub Desktop.
error_page 405 =200 @405;
location @405 {
root /data/budlight/current/public/;
if (-f $request_filename) {
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment