修改nginx.config配置后无法访问localhost:7001
来源:12-9 nginx 配置代理服务

胥一
2021-07-02
添加的是和老师一样的配置
location /test/ {
proxy_pass http://localhost:7001/;
}
写回答
1回答
-
张轩
2021-07-02
同学你好 请问这样修改以后是否重启了 nginx?重启是否成功了呢?
022021-07-28
相似问题