juzn01 opened a new issue, #8484:
URL: https://github.com/apache/apisix/issues/8484

   ### Current Behavior
   
   i have apisix 3.0 and i want enable control api public to "0.0.0.0" in 
config.yaml file but it don't work:
   enable_control: true
   control:
   ip: "0.0.0.0"
   port: 9090
   
   curl http://127.0.0.1:9090/v1/healthcheck >> OK
   curl http://apisix-ip:9090/v1/healthcheck >> not OK
   Please help me! Thanks!
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   instal apisix 3.0 on redhat 7.9 by rpm
   start apisix:
   systemctl start apisix
   change conf/config.yaml file:
   
   enable_control: true
   control:
   ip: "0.0.0.0"
   port: 9090
   
   restart apisix:
   systemctl restart apisix
   
   ### Environment
   
   - APISIX version (run `apisix version`):3.0
   - Operating system (run `uname -a`): redhat 7.9
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):1.21.4.1
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):3.5.0
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to