mirror of
https://github.com/LLukas22/Jellyswarrm.git
synced 2026-02-20 08:07:08 -05:00
12 lines
201 B
Caddyfile
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
|
|
}
|
|
}
|