摘要: 二、常见路由规则配置示例 1. 基本路由转发(反向代理) 将特定路径转发到其他服务: location /api/ { proxy_pass proxy_pass http://127.0.0.1:3000/; # 转发到本地3000端口 proxy_set_header Host $host; p 阅读全文
posted @ 2025-08-03 16:21 Lafite-1820 阅读(13) 评论(0) 推荐(0)