文章分类 -  部署

摘要:方案一: Nginx部署 1.vue项目打包 npm run build 2.nginx启动 a. nginx (使用ningx的配置文件nginx.conf启动) b. nginx -c [指定配置文件路径] (使用指定配置文件启动) ps:其他nginx命令: 停止: nginx -s stop 阅读全文
posted @ 2022-11-17 14:57 Moogle 阅读(28) 评论(0) 推荐(0)