AP: Proxy requests to shared Pro infra

no ref

- We're opening our AP setup to self-hosters as well now which saves them running the AP setup locally
This commit is contained in:
James Loh
2025-07-15 14:50:50 +10:00
parent a752641576
commit 190a350bd5

View File

@@ -17,15 +17,15 @@
# ActivityPub # ActivityPub
# Proxy activitypub requests /.ghost/activitypub/ # Proxy activitypub requests /.ghost/activitypub/
handle /.ghost/activitypub/* { handle /.ghost/activitypub/* {
reverse_proxy activitypub:8080 reverse_proxy https://ap.ghost.org
} }
handle /.well-known/webfinger { handle /.well-known/webfinger {
reverse_proxy activitypub:8080 reverse_proxy https://ap.ghost.org
} }
handle /.well-known/nodeinfo { handle /.well-known/nodeinfo {
reverse_proxy activitypub:8080 reverse_proxy https://ap.ghost.org
} }
# Default proxy everything else to Ghost # Default proxy everything else to Ghost