diff --git a/content/en/admin/config.md b/content/en/admin/config.md index 4d21e542..431754d0 100644 --- a/content/en/admin/config.md +++ b/content/en/admin/config.md @@ -29,6 +29,7 @@ To install Mastodon on `mastodon.example.com` in such a way it can serve `@alice ``` location /.well-known/webfinger { + add_header Access-Control-Allow-Origin '*'; return 301 https://mastodon.example.com$request_uri; } ```