Thank you very much. It works well

 原始邮件 
发件人: Linsir Wu<[email protected]>
收件人: dev<[email protected]>
发送时间: 2020年1月13日(周一) 09:50
主题: Re: Can apisix plugins work on api interfaces in other apisix plugins


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 APISIXs 
`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