location / {
    try_files $uri $uri/ @router;
    index  index.html;
}

location @router{
      rewrite ^.*$ /index.html last;
}
最后修改:2021 年 11 月 09 日
如果觉得我的文章对你有用,请随意赞赏