摘要: server { listen 11111; #访问此端口将线上的html和本地的webapi结合起来,调试本机webapi,适用于前后分离项目 server_name 192.168.xx.xxx:8800; # 此格式的url将被拦截到调用本地8081端口的api location /x/ver 阅读全文
posted @ 2025-06-13 17:20 Ace001 阅读(21) 评论(0) 推荐(0)