spacewander commented on a change in pull request #3649:
URL: https://github.com/apache/apisix/pull/3649#discussion_r581693613
##########
File path: doc/admin-api.md
##########
@@ -35,6 +35,8 @@
*Description*:Route matches requests based on preset rules, and loads the
appropriate plugin according to the matching result, then forwarding requests
to target Upstream.
+Note: When the `Admin API` is enabled, it will occupy the API prefixed with
`/apisix/admin`. Therefore, in order to avoid conflicts between your design API
and `/apisix/admin`, it is recommended that the port of the data plane and the
control plane be different. You can customize the Admin API port through
`port_admin` in `conf/config.yaml`.
Review comment:
it is recommended that the port of the data plane and the control plane
be different.
=>
it is recommended to use a different port for the Admin API.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]