diff --git a/conf/server_name.conf b/conf/server_name.conf index e03481c..8396b50 100644 --- a/conf/server_name.conf +++ b/conf/server_name.conf @@ -6,7 +6,7 @@ location /.well-known/matrix/server { location /.well-known/matrix/client { return 200 '{ - "m.homeserver": { "base_url": "https://__DOMAIN__" }, + "m.homeserver": { "base_url": "https://__DOMAIN__" } }'; add_header Content-Type application/json; add_header Access-Control-Allow-Origin '*';