From 2b647d527e4f3443e1f4dc06ee72d76bcf972b38 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Fri, 28 Mar 2025 21:38:16 -0500 Subject: [PATCH] Remove korhonen.social --- docker/caddy/Caddyfile | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/docker/caddy/Caddyfile b/docker/caddy/Caddyfile index d94a84fa..9f9679d6 100644 --- a/docker/caddy/Caddyfile +++ b/docker/caddy/Caddyfile @@ -194,25 +194,3 @@ korhonen.cc, *.korhonen.cc { respond "{err.status_code} {err.status_text}" } } - -korhonen.social, *.korhonen.social { - import common_site_settings - - @firefish-www-redir host www.korhonen.social - handle @firefish-www-redir { - redir https://korhonen.social - } - - @firefish host korhonen.social - handle @firefish { - reverse_proxy firefish:3000 - } - - handle { - respond "404 Not Found" 404 - } - - handle_errors { - respond "{err.status_code} {err.status_text}" - } -}