1
0
Fork 0

Caddyfile: spaces instead of tabs

This commit is contained in:
Pratham Patel 2022-11-03 20:48:47 +05:30
parent 50a701451a
commit 50b79c83a8
1 changed files with 52 additions and 49 deletions

View File

@ -38,7 +38,6 @@ fuck.thefossguy.com {
}
cloud.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
@ -79,6 +78,13 @@ people.thefossguy.com {
calendar.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com/apps/calendar{uri}
}
photos.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com/apps/photos{uri}
@ -112,13 +118,10 @@ cockpit.thefossguy.com {
}
torr.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy transmission-raadhe:9091
}
basicauth {
torrs.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://torr.thefossguy.com{uri}
}
reverse_proxy 10.0.0.14:9091
}