特牛网址导航

Nginx POST请求 405 Not Allowed_post is not allowed nginx-CSDN博客

网友收藏
文章浏览阅读2.6k次。一、前言在配置前端项目的时候遇到了一个 post请求 405 not allowed,简单记录一下如何配置二、配置server { listen 80; server_name 域名; location /{ root /www/文件目录; index index.html index.htm index.php; error_page 405 =200 http://$host$request_uri; // 添加最后一行_post is not allowed nginx