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/26 03:33:36 UTC

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

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


   +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;
           }
   
   ```


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