摘要: nginx配置代理请求,将包含 /a 前缀路径的请求,转发服务器 https://test.com:8088, 在server层级内配置转发规则,依然404找不到路由,增加一行设置Host后可以正常访问 location /a { proxy_pass https://test.com:8088; 阅读全文
posted @ 2024-06-14 17:42 熊先生不开玩笑 阅读(343) 评论(0) 推荐(0)