I found a solution, you can try. 1. add an `upstream` rule "127.0.0.1:9180". 2. add a `route` rule '/apisix/*' and set upstream. 3. change APISIX's `config/config.yaml` like: ``` allow_admin: # http://nginx.org/en/docs/http/ngx_http_access_module.html#allow - 0.0.0.0/0 port_admin: 9180 ``` 4. use "make init &&make stop && make run " to restart APISIX . now you can open admin API without any plugins, and you can update the route by admin API or dashboard.
- Can apisix plugins work on api interfaces in other apisix p... jie123108
- Re: Can apisix plugins work on api interfaces in other... YuanSheng Wang
- Re: Can apisix plugins work on api interfaces in other... jie123108
- Re: Can apisix plugins work on api interfaces in o... Ming Wen
- Re: Can apisix plugins work on api interfaces ... Linsir Wu
- Re: Can apisix plugins work on api interfa... YuanSheng Wang
- Re: Can apisix plugins work on api interfaces in other... jie123108
