编辑配置文件nginx.conf,添加一条配置
location / {
root ...
index ...
#解决页面刷新404问题
try_files $uri $uri/ /index.html;
}
参考链接
https://blog.csdn.net/qq_27985607/article/details/86608392
编辑配置文件nginx.conf,添加一条配置
location / {
root ...
index ...
#解决页面刷新404问题
try_files $uri $uri/ /index.html;
}
参考链接
https://blog.csdn.net/qq_27985607/article/details/86608392