Files
infrastructure/infrastructure/services/caddy/config/website/qbittorrent.caddy
T
2025-09-08 00:07:41 +02:00

12 lines
202 B
Plaintext

torrent.{$MAIN_DOMAIN} {
reverse_proxy qbittorrent:8080
header {
Cache-Control "no-store"
import header_common
}
}
qbittorrent.{$MAIN_DOMAIN} {
redir https://torrent.{$MAIN_DOMAIN} permanent
}