Nginx proxy path in front of boundary UI

Hi,
First of all, awesome product. It totally changed the way we connect to our infra.

I’ve managed to deploy boundary in kubernetes. But one thing picking my head is to have a separate https domain for the frontend/api for boundary. I know workers are by default TLS secured, and can have separate public ip. But is there any way to allow a reverse proxy like nginx in front of UII server. I know the api calls will work fine with a reverse proxy, but the ui componants won’t unless the backend app is aware that it’s running behind a proxy path. Means if the backend is not aware that the application is accessed as /boundary all requests from backend for css and other assets will be accessed from root path/.