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

2021-05-13 13:28

阅读:565

标签: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


评论


亲,登录后才可以留言!