From 83189dc5508c76588767a2cd08b1df1e01a74714 Mon Sep 17 00:00:00 2001 From: Joe Grigg Date: Wed, 4 Jun 2025 14:32:04 +0100 Subject: [PATCH] Fixed typo in traffic-analytics caddy config --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index ed4685d..4c5cba5 100644 --- a/Caddyfile +++ b/Caddyfile @@ -10,7 +10,7 @@ # Proxy analytics requests with any prefix (e.g. /.ghost/analytics/ or /blog/.ghost/analytics/) @analytics_paths path_regexp analytics_match ^(.*)/\.ghost/analytics(.*)$ handle @analytics_paths { - rewrite * {re.analytic_match.2} + rewrite * {re.analytics_match.2} reverse_proxy traffic-analytics:3000 }