Files
infrastructure/infrastructure/services/caddy/config/website/qbittorrent.caddy

8 lines
139 B
Plaintext

torrent.{$MAIN_DOMAIN} {
reverse_proxy qbittorrent:8080
}
qbittorrent.{$MAIN_DOMAIN} {
redir https://torrent.{$MAIN_DOMAIN} permanent
}