Nginx部署项目出现404Not Found
前两天我把本地作为服务器,启动Nginx部署了一个vue项目,但是出现了下图最后是在nginx.conf文件的location / { }配置里多加一句try_files $uri $uri/ /index.html;location / {root(dist文件夹地址);index index.html;try_files $uri $uri/ /index.html;}...
·
前两天我把本地作为服务器,启动Nginx部署了一个vue项目,但是出现了下图
最后是在nginx.conf文件的location / { }
配置里多加一句try_files $uri $uri/ /index.html;
location / {
root (dist文件夹地址);
index index.html;
try_files $uri $uri/ /index.html;
}
更多推荐
已为社区贡献8条内容
所有评论(0)