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


Reply via email to