c3d2-web: fix Mastodon Webfinger redirect

This commit is contained in:
Astro 2023-03-22 22:46:08 +01:00
parent 0e8cc82484
commit 9be58af61f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ in
'';
locations = {
# Mastodon
"/.well-known/webfinger".return = "301 https://c3d2.social$request_uri";
"/.well-known/webfinger".return = "301 https://c3d2.social/.well-known/webfinger?resource=acct%3ac3d2%40c3d2.social";
# SpaceAPI
"/status.png".proxyPass = "http://[${hostRegistry.spaceapi.ip6}]:3000/status.png";