mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-05-29 20:26:44 +02:00
897be921a6
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
12 lines
202 B
Plaintext
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
|
|
}
|