From b1dabdf71b902a07e0f994373971b079bd1a0c1b Mon Sep 17 00:00:00 2001 From: Joe Grigg Date: Tue, 3 Jun 2025 10:55:52 +0100 Subject: [PATCH] Corrected caddy reverse proxy host for activitypub --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 8f9aa90..7722805 100644 --- a/Caddyfile +++ b/Caddyfile @@ -18,7 +18,7 @@ @activitypub_paths path_regexp activitypub_match ^(.*)/\.ghost/activitypub(.*)$ handle @activitypub_paths { rewrite * {re.activitypub_match.2} - reverse_proxy traffic-analytics:8080 + reverse_proxy activitypub:8080 } # Default proxy to Ghost