nginx rewrite的last关键词,apisix有没有方法实现? #7638
Unanswered
Lewisyixin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
yes, the request comes in and only one route match is supported. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
研究了一下apisix和nginx的配置,如果没理解错的话,
apisix的redirect插件和nginx rewrite中的redirect和permanent两个跳转等价
apisix的proxy-rewrite插件约等于 nginx rewrite的break跳转(区别在于nginx break之后可以访问静态资源,但是apisix作为网关路由只能转给上游)
但是目前并未发现rewrite last的实现方式(不改变浏览器url的情况下内部重定向到其他路由)
Beta Was this translation helpful? Give feedback.
All reactions