摘要: 在宝塔面板站点中增加相应配置: location / { try_files $uri $uri/ @router; index index.html; } location @router { rewrite ^.*$ /index.html last; } 阅读全文
posted @ 2021-06-21 16:52 无聊的蚂蚁 阅读(1706) 评论(2) 推荐(0)