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/08/29 05:06:19 UTC

[GitHub] [apisix] spacewander commented on a diff in pull request #7806: change: use 9180 as Admin API's port

spacewander commented on code in PR #7806:
URL: https://github.com/apache/apisix/pull/7806#discussion_r956898079


##########
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:
   This PR doesn't change the default IP.
   We already use `0.0.0.0` as the default IP of DP and CP now.



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