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}" - } -}