From 9b2ee3f624b66d100b8b63c679df7654ada91465 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 1 Sep 2019 11:10:15 +0530 Subject: [PATCH] Caddyfile: Add missing redirects to base domain Signed-off-by: Harsh Shandilya --- Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Caddyfile b/Caddyfile index ad26e94..c6fe519 100644 --- a/Caddyfile +++ b/Caddyfile @@ -22,6 +22,10 @@ https://msfjarvis.website { import base_config root /var/www/msfjarvis.website/ + redir 307 { + /github https://github.com/msfjarvis + /brave https://brave.com/msf756 + } git { repo https://github.com/msfjarvis/msfjarvis.website branch src