mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
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:
@@ -17,15 +17,15 @@
|
||||
# ActivityPub
|
||||
# Proxy activitypub requests /.ghost/activitypub/
|
||||
handle /.ghost/activitypub/* {
|
||||
reverse_proxy activitypub:8080
|
||||
reverse_proxy https://ap.ghost.org
|
||||
}
|
||||
|
||||
handle /.well-known/webfinger {
|
||||
reverse_proxy activitypub:8080
|
||||
reverse_proxy https://ap.ghost.org
|
||||
}
|
||||
|
||||
handle /.well-known/nodeinfo {
|
||||
reverse_proxy activitypub:8080
|
||||
reverse_proxy https://ap.ghost.org
|
||||
}
|
||||
|
||||
# Default proxy everything else to Ghost
|
||||
|
||||
Reference in New Issue
Block a user