摘要: 1.根目录(/)访问 a.使用server_name,配置多域名 b.使用端口 2.非根目录(/path/index.html) server { listen 80; server_name _; location /path/{ proxy_pass http://targetIp:target 阅读全文
posted @ 2021-08-25 11:45 doite 阅读(586) 评论(0) 推荐(0)