From 9394e0502f420e020825b6765b064918fda0d794 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 23 Jul 2021 21:03:44 -0500 Subject: [PATCH] Readd Mastodon redirect --- exozyme.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exozyme.conf b/exozyme.conf index 8757dd1..ca5c576 100644 --- a/exozyme.conf +++ b/exozyme.conf @@ -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; }