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