Skip to content

Instantly share code, notes, and snippets.

@SemanticallyNull
Created July 17, 2012 09:47
Show Gist options
  • Save SemanticallyNull/3128402 to your computer and use it in GitHub Desktop.
Save SemanticallyNull/3128402 to your computer and use it in GitHub Desktop.
error_page 405 =200 @four_oh_five;
location @four_oh_five {
if (!-f $request_filename) {
return 404;
}
proxy_method GET;
proxy_pass http://localhost:80;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment