My host is ESXi 6.7. Is it possible to change the base URL of the HTML5 client? Im setting up a reverse proxy (Traefik) and would like to configure my ESXi host in it as a subdirectory. When I attempt to access it through the reverse proxy it rewrites the url. This has been fixed in other apps I have behind the proxy by setting the base url to include the subdirectory.
Example:
Reverse Proxy: www.example.com/esxi
When I type in that url it gets changed to www.example.com/ui (this does not work as the reverse proxy is not configured for /ui)
I would need it to go to www.example.com/esxi/ui
Is there someplace in the HTML5 Client (or via CLI on the host) that I could change the base url?