1
0
Fork 0

Caddyfile: torrents!

This commit is contained in:
Pratham Patel 2022-07-24 18:07:49 +05:30
parent 10cba2ffb8
commit 8d3762fd71
1 changed files with 11 additions and 0 deletions

View File

@ -66,3 +66,14 @@ cockpit.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://admin.thefossguy.com{uri}
}
torr.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy 10.0.0.14:9091
}
torrs.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://torr.thefossguy.com{uri}
}