# ActivityPub
# Proxy activitypub requests /.ghost/activitypub/
handle /.ghost/activitypub/* {
	reverse_proxy {$ACTIVITYPUB_TARGET}
}

handle /.well-known/webfinger {
	reverse_proxy {$ACTIVITYPUB_TARGET}
}

handle /.well-known/nodeinfo {
	reverse_proxy {$ACTIVITYPUB_TARGET}
}
