Junduo Dong

Results 3 comments of Junduo Dong

@BERZERKCOOLeST Could you plz give the steps to reproduce the problem you met?

Customing filter by `filter_func` may meet your requirement. ![image](https://user-images.githubusercontent.com/24536972/225820987-e3be3e0e-16ed-4f82-bf5d-928feaf1c595.png) Ref: * https://apisix.apache.org/docs/apisix/admin-api/#route * https://apisix.apache.org/blog/2022/09/13/why-is-apache-apisix-the-best-api-gateway/#routes-refinement

饶有兴趣地翻到了这个历史的 issue。在 2024 年初看这个问题,能找到很多资料,给看到的同学一点帮助 1. `pivot_root` 确实有 balabala 的限制 `new_root and put_old must not be on the same mount as the current root.` 2. 但是,(或许是后面添加的) 在 man-page 还有一小节,解释了 `pivot_root(".", ".")`...