Post Sat Nov 10, 2018 3:54 am

Reverse proxy to the console

Hello

I am trying to reverse-proxy the Serviio console (in Caddy).

Proxying to 'ip:port' and going to 'serviio.proxy/console' works fine.
Proxying to 'ip:port/console/' appends another console to make it 'serviio.proxy/console' and returns empty XML
Proxying to 'ip:port' and adding 'redirect / /console/' get stuck in an endless loop of appending 1console' to make 'serviio.proxy/console/console/console/console/console...'

Any thoughts?