1
0
Fork 0

Caddyfile: use more subdomains

This commit is contained in:
Pratham Patel 2022-07-21 23:55:43 +05:30
parent 2079bac918
commit 1036f1c6cb
1 changed files with 18 additions and 3 deletions

View File

@ -1,14 +1,29 @@
thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy nextcloud-aarav:80
reverse_proxy
}
www.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy nextcloud-aarav:80
reverse_proxy
}
git.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy gitea-aatman:3000
reverse_proxy
}
cloud.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy
}
mach.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy
}
fuck.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy
}