2025-04-06, 09:46 AM
(2025-04-06, 09:38 AM)jpizquierdo Wrote: Hello guys, in my use case it is now working anymore, I am a behind a reverse proxy (Caddy) in ip 192.168.1.6 and my jellyfin instance is in 192.168.1.8 (both in proxmox in the same machine).
I have set know proxies in jellyfin config to:
192.168.1.6
and my caddyfile is like always:
jellyfin.example.com {
reverse_proxy 192.168.1.8:8096
}
any help here?
Thanks in advance
I think you need to declare some "x-forward" settings for Caddy.
I use NGINX so I don't know how to configure caddy for "x-forward".