Readd Mastodon redirect

This commit is contained in:
Anthony Wang 2021-07-23 21:03:44 -05:00 committed by GitHub
parent 824b73771d
commit 9394e0502f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}