Readd Mastodon redirect
This commit is contained in:
parent
824b73771d
commit
9394e0502f
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ server {
|
|||
return 200 '{"m.server": "chat.exozy.me"}';
|
||||
}
|
||||
|
||||
location /.well-known/webfinger {
|
||||
return 301 https://social.exozy.me$request_uri;
|
||||
}
|
||||
|
||||
location /howtuwu {
|
||||
alias /srv/http/exozy.me/howtuwu/public;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue