nic-chen commented on code in PR #7806:
URL: https://github.com/apache/apisix/pull/7806#discussion_r956870614


##########
conf/config-default.yaml:
##########
@@ -74,9 +74,10 @@ apisix:
   allow_admin:                  # 
http://nginx.org/en/docs/http/ngx_http_access_module.html#allow
     - 127.0.0.0/24              # If we don't set any IP list, then any IP 
access is allowed by default.
     #- "::/64"
-  #admin_listen:                # use a separate port
-  #  ip: 127.0.0.1              # Specific IP, if not set, the default value 
is `0.0.0.0`.
-  #  port: 9180
+  admin_listen:                 # use a separate port
+    ip: 0.0.0.0                 # Specific IP, if not set, the default value 
is `0.0.0.0`.

Review Comment:
   should be better to use `127.0.0.1` as the default listen IP



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