必须在不使用重定向的情况下
例如: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
学习是最好的投资!
location / {
}location api/v1 {
}
It doesn’t seem possible without using rewrite. 404 file specified as index.html?
location / {
rreee}
rreeelocation api/v1 {
}
It doesn’t seem possible without using rewrite.
404 file specified as index.html?