From ae95741bc9a74e87a1c353fdf8013ac5681b04d3 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 13 Feb 2024 20:00:31 +0530 Subject: [PATCH] Caddyfile: add subdomain for resume --- Caddyfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Caddyfile b/Caddyfile index ac6345d..e9b719c 100644 --- a/Caddyfile +++ b/Caddyfile @@ -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 {