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 2022/03/20 14:04:32 UTC

[GitHub] [apisix-dashboard] kingmouse-yx opened a new issue #2388: Request help: how to set a uniform access prefix for dashboard

kingmouse-yx opened a new issue #2388:
URL: https://github.com/apache/apisix-dashboard/issues/2388


   I want to add a uniform prefix to the dashboard project, which can make it more convenient for me to do proxy in the production environment. 
   his is what I am doing now:
   I modified base value and publicpath value in the config.ts. 
   And in the app.tsx,  I modified the prefix value in the RequestConfig. 
   When I restart the project, I find that it is indeed effective, 
   but `http://127.0.0.1:9000/dev-server/info?t=1647779517228` and `http://127.0.0.1:3001/umiui/info?t=1647779517228`
   didn't use my configuration prefix.
   If I need to configure a unified access prefix in the dashboard project, what do I need to do?


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2388: Request help: how to set a uniform access prefix for dashboard

Posted by GitBox <gi...@apache.org>.
Baoyuantop commented on issue #2388:
URL: https://github.com/apache/apisix-dashboard/issues/2388#issuecomment-1073405149


   Hi @kingmouse-yx, you can refer to https://umijs.org/docs/deployment.
   


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] kingmouse-yx commented on issue #2388: Request help: how to set a uniform access prefix for dashboard

Posted by GitBox <gi...@apache.org>.
kingmouse-yx commented on issue #2388:
URL: https://github.com/apache/apisix-dashboard/issues/2388#issuecomment-1073541751


   > Hi @kingmouse-yx, you can refer to https://umijs.org/docs/deployment.
   
   Think you ,I'll study


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org