Just change handle_path /emby/*
to handle_path /emby*
then.
For the rest, this is likely your problem:
I recommend using subdomains instead of subpaths to proxy services whenever possible.
Make sure to look at Caddy’s logs to see what’s going on, Caddy may not be connecting to your proxied services correctly.
1 Like