wordpress: Redirect Webfinger queries

Needed by ActivityPub plugin.

Closes: #2257.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2022-12-16 08:23:07 -05:00 committed by Sunil Mohan Adapa
parent 331e6f33d8
commit 9736d426cb
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -8,6 +8,9 @@
## mod_auth_pubtkt
##
# Redirect Webfinger queries, needed by ActivityPub plugin
RedirectMatch "^\/\.well-known\/webfinger(.*)$" "\/wordpress\/\.well-known\/webfinger$1"
# Match longer aliases first to meet expectations
Alias /wordpress/wp-content /var/lib/wordpress/wp-content
Alias /wordpress /usr/share/wordpress