首页 > 问答 > 正文
必须在不使用重定向的情况下
例如:https://www.xxx.com/asda/asdas/asda 返回 index.html
https://www.xxx.com/asda/asdas/asda
例如:https://www.xxx.com/ss/ss/assd 返回 index.html
https://www.xxx.com/ss/ss/assd
但是排除以 https://www.xxx.com/api/v1的请求
https://www.xxx.com/api/v1
黄舟2017-04-18 09:33:27
地点 / {
}位置 api/v1 {
}
ringa_lee2017-04-18 09:33:27
不使用rewrite好像不行吧。404文件指定为index.html?