feat: added well known for mastodon web/local domain integration

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-06-23 14:01:35 +02:00
parent 7e362da1fb
commit 5a6c106a91
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -21,4 +21,8 @@ server {
expires 1y;
add_header Cache-Control "public, no-transform";
}
location /.well-known/webfinger {
return 301 https://mastodon.louis-vallat.xyz$request_uri;
}
}