摘要: 一、location和proxy_pass都添加斜杠 (常用) location /v1/ { proxy_pass http://127.0.0.1:8080/; } 实际访问地址:http://127.0.0.1:8080/xx/xxxx 二、location和proxy_pass都不加斜杠 ( 阅读全文
posted @ 2022-04-02 17:17 苞谷饼 阅读(1391) 评论(0) 推荐(0)