Redirect broken Don't Use Discord link

This commit is contained in:
Anthony Wang 2022-04-01 08:23:43 -05:00
parent 3326f06088
commit 0c32cb11f9
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -17,6 +17,10 @@ server {
root /srv/http/exozyme;
index index.html;
location /blog/dont-use-discord {
return 301 https://ta180m.exozy.me/posts/dont-use-discord;
}
location /.well-known/matrix/server {
return 200 '{"m.server": "chat.exozy.me:443"}';
}