So basically I had to proxypass the root of a web server @
/
but the application is hosted at
/ui
When they don't manually type /ui they are presented with the home page of the server, which is static and not being used. I want to initially have Nginx move you to domain.com/ui when you type domain.com then basically just do what it normally does and proxy the application.