mirror of
https://github.com/LLukas22/Jellyswarrm.git
synced 2026-08-01 09:37:51 -04:00
21 lines
406 B
Caddyfile
21 lines
406 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
|
|
}
|
|
handle_path /movies-2/* {
|
|
reverse_proxy jellyfin-movies-2:8096
|
|
}
|
|
handle_path /shows-2/* {
|
|
reverse_proxy jellyfin-tvshows-2:8096
|
|
}
|
|
handle_path /music-2/* {
|
|
reverse_proxy jellyfin-music-2:8096
|
|
}
|
|
}
|