taomaree commented on pull request #430: URL: https://github.com/apache/skywalking-rocketbot-ui/pull/430#issuecomment-809355904
sorry for reply later. because open more firewall port needs many works to do, so i think there maybe a way to deploy skywalking-ui to any context path, rather than the root. with this PR, i've deploy skywalking-ui behind nginx, location /skywalking-ui, avoid changing firewall policy. this PR just woks, and not perfect, becaust it can support web-ui to any context path, but i could not find a way to change "/graph" to "./graph". I would appreciate it if someone tell me how to change /graph to relative path. if the web-ui's graph path changed, i think the backend needs to change configure like via ```server.servlet.context-path=/some/path/graph``` -- 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: [email protected]
