nginx中 处理post方式打开页面的报错405

server中 对405重定向

server{
  error_page 405 =200 $uri;
}
原文地址:https://www.cnblogs.com/jackjo/p/9707062.html