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 2020/07/15 06:25:44 UTC

[GitHub] [incubator-apisix-dashboard] gxthrj commented on issue #321: [Question] How to connect this dashboard to a dev apisix process?

gxthrj commented on issue #321:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/321#issuecomment-658571672


   @mtx2d 
   1. In the current version, the dashboard and APISIX are independent services.  The dashboard service has its own port, which is 80 by default,no longer 9080,which is the port of APISIX.
   2. And the dashboard no longer directly calls the APISIX admin api, but through the manager-api, the calling relationship is like this dashboard -> manager -> APISIX, so the back-end service configured on the dashboard needs to be the service address of the manager-api , The default port is 8080.
   
   ref:https://github.com/apache/incubator-apisix-dashboard/blob/master/compose/README.md


----------------------------------------------------------------
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:
users@infra.apache.org