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.

Reply via email to