Nice job @Linsir Wu ^_^ Welcome to push this question into the FAQ[1], I believe many people will be interested.
https://github.com/apache/incubator-apisix/blob/master/FAQ.md On Mon, Jan 13, 2020 at 9:50 AM Linsir Wu <[email protected]> wrote: > 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. > -- *MembPhis* My github: https://github.com/membphis Apache APISIX: https://github.com/apache/incubator-apisix
