prepare for mastodon
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-11-23 15:17:59 +01:00
parent 21f0843995
commit 85e0b9f978
8 changed files with 55 additions and 6 deletions

View File

@ -132,6 +132,10 @@ http {
location /.well-known{
try_files $uri $uri/ =404;
}
location /.well-known/webfinger {
return 301 https://mastodon.tormakristof.eu$request_uri;
}
}
server {