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 2021/04/12 15:00:15 UTC

[GitHub] [apisix-dashboard] Firstsawyou commented on issue #1759: default login page return 404 when using APISIX for http/https proxy

Firstsawyou commented on issue #1759:
URL: https://github.com/apache/apisix-dashboard/issues/1759#issuecomment-817884338


   Access Dashboard through APISIX proxy, Keep the APISIX proxy port and Admin API port different(or disable Admin API). For example, do the following configuration in `conf/config.yaml`.
   
   The Admin API use a separate port 9180:
   
   ```yaml
   apisix:
     port_admin: 9180            # use a separate port
   ```
   
   


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