码迷,mamicode.com
首页 > Web开发 > 详细

nginx下请求模拟接口json返回405

时间:2019-12-06 23:40:14      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:cat   nginx配置   cal   添加   nginx   code   ror   配置文件   eth   

修改nginx配置文件,在 server 块中添加以下内容:

error_page  405 =200 @405;
location @405 {
    proxy_method GET;
    proxy_pass http://localhost;# 此处应为你本地的地址
}

重启nginx,就能继续工作了~

nginx下请求模拟接口json返回405

标签:cat   nginx配置   cal   添加   nginx   code   ror   配置文件   eth   

原文地址:https://www.cnblogs.com/HeCG95/p/12000093.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!