Fixed typo in traffic-analytics caddy config

This commit is contained in:
Joe Grigg
2025-06-04 14:32:04 +01:00
parent fda8a96f72
commit 83189dc550

View File

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