1
0
Fork 0

Caddyfile: add subdomain for resume

This commit is contained in:
Pratham Patel 2024-02-13 20:00:31 +05:30
parent ff0d4a89c8
commit ae95741bc9
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ www.thefossguy.com {
redir https://blog.thefossguy.com{uri}
}
resume.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://blog.thefossguy.com/resume.pdf
}
git.thefossguy.com {