1、两台服务器操作步骤

1)第一台

server {
    listen 80;
    server_name ip;
    index index.html;
    location / {
        proxy_pass http://后端服务; #这里的端口记得改成项目对应的哦
     }
     location @router {
     rewrite ^.*$ /index.html last;
     }  
}
最后修改:2024 年 06 月 07 日
如果觉得我的文章对你有用,请随意赞赏