1、在官网下载安装Nginx(记得安装稳定版本)
2、执行Nginx.exe(通过查看任务管理器,确定任务是否执行) listen默认为80端口,若Nginx.exe无法启动(查看任务管理器找不到nginx),则有可能是80端口被占用,修改端口号
3、将前端项目打包后的dist文件复制到html文件夹中
4、修改\nginx-1.18.0\conf\nginx.conf文档
(1)#user nobody 修改为# user root
(2)修改server
root默认为HTML,(此处的dist是前端项目打包后的dist,nginx会在dist中找到index.html打开)
在浏览器输入localhost:88
检验是否成功
修改完成后重启下服务。
标签:dist,修改,windows,前端,nginx,Nginx,管理器 From: https://www.cnblogs.com/shengruxiahuaya/p/17150475.html