码迷,mamicode.com
首页 > Web开发 > 详细

web网站刷新报错404

时间:2020-07-21 22:53:21      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:页面   报错   htm   code   info   jee   file   try   pre   

问题

页面刷新报错如下:
技术图片

解决方法

修改nginx.conf如下:

location / {
            root html/jeecg-web;
            index index.htm index.html;
            try_files $uri $uri/ /index.html;   #解决页面刷新404问题
}

web网站刷新报错404

标签:页面   报错   htm   code   info   jee   file   try   pre   

原文地址:https://blog.51cto.com/14843781/2512305

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!