After experimenting and finding a pretty good solution, I’m putting this here for future reference for anyone else who is running multiple services (including a relay node) behind a proxy.
- put the relay node port on the root path
/(reverse_proxy /* localhost:4161) - If you want a browser to redirect on the URL to something else, you should match a
GETon the/path and redirect to the desired sub URI. i.eredir { method GET, path /} /myuri/