2024-03-24, 06:36 PM
I created a caddyfile with these lines
jellyfin.domain.com {
reverse_proxy 127.0.0.1:8097
}
emby.domain.com {
reverse_proxy 127.0.0.1:8096
}
Only emby loads but not jellyfin. Any idea?
I used nslookup and both hostnames are working so it looks like it is with caddy when it does reverse proxy in the computer?
jellyfin.domain.com {
reverse_proxy 127.0.0.1:8097
}
emby.domain.com {
reverse_proxy 127.0.0.1:8096
}
Only emby loads but not jellyfin. Any idea?
I used nslookup and both hostnames are working so it looks like it is with caddy when it does reverse proxy in the computer?