1、两台服务器操作步骤1)第一台server { listen 80; server_name ip; index index.html; location / { proxy_pass http://后端服务; #这里的端口记得改成项目对应的哦 } location @router { rewrite ^.*$ /index.html last; } } 最后修改:2024 年 06 月 07 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 0 如果觉得我的文章对你有用,请随意赞赏