Files
Jellyswarrm/dev/Caddyfile
2026-01-21 17:50:50 +01:00

12 lines
201 B
Caddyfile

:80 {
handle_path /movies/* {
reverse_proxy jellyfin-movies:8096
}
handle_path /shows/* {
reverse_proxy jellyfin-tvshows:8096
}
handle_path /music/* {
reverse_proxy jellyfin-music:8096
}
}