摘要: server { listen 8081; server_name localhost; location / { root html; index index.html index.htm; } #情景1:proxy_pass后有/ ,表绝对路径,不把匹配部分加入最终代理路径(location 和 阅读全文
posted @ 2022-08-22 13:09 亲爱的阿道君 阅读(172) 评论(0) 推荐(0)