mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
Fixed typo in traffic-analytics caddy config
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user