The nginx conf of Vue History Route
- 作者:Bougie
- 创建于:2018-03-28
- 更新于:2023-03-09
防止页面刷新 404
location ~_ ^/(articleList|articleCon|timeLine|collections|lab|about) {
rewrite ^._\$ / break;
}
防止页面刷新 404
location ~_ ^/(articleList|articleCon|timeLine|collections|lab|about) {
rewrite ^._\$ / break;
}