Revert "Add mastodon redirect"

This reverts commit 91ff010619.
This commit is contained in:
Aram 🍐 2022-12-21 01:57:54 -05:00
parent 91ff010619
commit 72640d252c

View file

@ -14,11 +14,6 @@ server {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
} }
location /.well-known/webfinger {
add_header Access-Control-Allow-Origin '*';
return 301 https://mastodon.poire.dev$request_uri;
}
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;
location = /50x.html { location = /50x.html {
root /usr/share/nginx/html; root /usr/share/nginx/html;