一、概述
二、Jenkins配置前端项目的步骤
文件上传至服务器
三、nginx配置前端站点
location / {
root / home / manager / dist; index index.html index.htm; try_files $uri $uri / @router;
}
location @router {
rewrite ^ .*$ / index.html last;
}
四、总结
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容