belongwqz commented on issue #1336:
URL: 
https://github.com/apache/apisix-dashboard/issues/1336#issuecomment-764044049


   > @belongwqz
   > Could it be achieved by nginx configuration? I don’t understand why we 
need to change the Manager API to support this feature. Thanks.
   
   The `manager-api` command startup a http server to serve the 
apisix-dashboard so we can visit it by url like `http://{some_ip}:{some_port}`, 
what I want is we can change the url to 
**`http://{some_ip}:{some_port}/{sub_path}/`** by change the `conf.yaml`.
   
   Suppose I'v already have a website `http://{my_domain}/`, then I want 
`http://{my_domain}/{sub_path}/` to visit the apisix-dashboard, my solution is 
as above.
   
   Many projects support setting http subpath, like `jupyterlab`, 
`gogs`,`grafana`, etc.


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