标签:cat nginx配置 cal 添加 nginx code ror 配置文件 eth
修改nginx配置文件,在 server
块中添加以下内容:
error_page 405 =200 @405;
location @405 {
proxy_method GET;
proxy_pass http://localhost;# 此处应为你本地的地址
}
重启nginx,就能继续工作了~
标签:cat nginx配置 cal 添加 nginx code ror 配置文件 eth
原文地址:https://www.cnblogs.com/HeCG95/p/12000093.html