web网站刷新报错404

2021-01-17 23:16

阅读:610

标签:页面   报错   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


评论


亲,登录后才可以留言!