web网站刷新报错404
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了web网站刷新报错404相关的知识,希望对你有一定的参考价值。
问题
页面刷新报错如下:
解决方法
修改nginx.conf如下:
location / {
root html/jeecg-web;
index index.htm index.html;
try_files $uri $uri/ /index.html; #解决页面刷新404问题
}
以上是关于web网站刷新报错404的主要内容,如果未能解决你的问题,请参考以下文章
React报错:Laravel React-Router browserHistory 刷新子页面报错404
Web 服务器 getFromFile 上的 akka-http 在刷新时导致 404s