Vaadin 8 behind a reverse proxy.

Hi,

I need to run a Vaadin 8 application behind a nginx or apacha-httpd working as reverse proxy but I'm getting errors due to relative paths. How can i solve this?

Thanks in advance.

This not a Vaadin specific question, but general one. You could check for example this discussion for more details https://serverfault.com/questions/561892/how-to-handle-relative-urls-correctly-with-a-reverse-proxy

Thanks!!