I have a spring boot application which serves the following on 8080
REST => /api
vaadin => /admin
static content => /web
Currently these three just have separate paths but it would be nice to make the static content only available on port 80
.
I know, that a external load balancer like nginx can handle this, but if it is possible, I would like to avoid adding a LB.