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/15 07:34:53 UTC

[GitHub] [apisix] MrJLuo opened a new issue #2232: request help: dashboard 404

MrJLuo opened a new issue #2232:
URL: https://github.com/apache/apisix/issues/2232


   ### Issue description
   ![image](https://user-images.githubusercontent.com/24730937/93179490-51d82280-f768-11ea-94b1-b7128fa5718d.png)
   ![image](https://user-images.githubusercontent.com/24730937/93179554-67e5e300-f768-11ea-89c8-d82474560d97.png)
   ![image](https://user-images.githubusercontent.com/24730937/93179750-b2675f80-f768-11ea-9e63-b55ec5df2bdf.png)
   
   
   The nginx static resource file cannot be requested through the dashboard. How should nginx.conf be configured?
   ### Environment
   linux
   
   * apisix version (cmd: `apisix version`):v1.5
   
   * OS:linux
   


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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #2232:
URL: https://github.com/apache/apisix/issues/2232#issuecomment-692539013


   Only 127.0.0.1 can access the dashboard by default,  you can modify the ip limit yourself


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