You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/08 05:27:53 UTC

[GitHub] [apisix] juzn01 commented on issue #5418: can use ip:port access ?

juzn01 commented on issue #5418:
URL: https://github.com/apache/apisix/issues/5418#issuecomment-1342070281

   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: "127.0.0.1"
       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!


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org