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/09/27 02:36:50 UTC

[GitHub] [apisix] juzhiyuan commented on issue #2232: request help: dashboard 404

juzhiyuan commented on issue #2232:
URL: https://github.com/apache/apisix/issues/2232#issuecomment-699575541


   > +1 the same version
   > http://127.0.0.1:9080/apisix/dashboard is not ok,
   > with version 1.2 that is ok
   > 1.5 nginx config about this
   > 
   > ```
   >  location /apisix/dashboard {
   > 
   >             alias dashboard/;
   > 
   >             try_files $uri $uri/index.html /index.html =404;
   >         }
   > ```
   
   The port should be 80 by default, did you modify the configuration file?


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