diff --git a/Running-Mastodon/Serving_a_different_domain.md b/Running-Mastodon/Serving_a_different_domain.md index b1b9a34..2f74a8a 100644 --- a/Running-Mastodon/Serving_a_different_domain.md +++ b/Running-Mastodon/Serving_a_different_domain.md @@ -67,7 +67,7 @@ Therefore, the easiest way to configure domain.org is to redirect `/.well-known/ With nginx, it would be as simple as adding: ```nginx -location /.well-known/host-meta { +location = /.well-known/host-meta { return 301 https://social.example.org$request_uri; } ```