Corrected caddy reverse proxy host for activitypub

This commit is contained in:
Joe Grigg
2025-06-03 10:55:52 +01:00
parent c6bbdc2887
commit b1dabdf71b

View File

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