From b18fa74b8610e86f0fddec2dbac7b667625cb42b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 21 Feb 2022 14:40:30 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 67627c3..db7a0f1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,11 +17,11 @@ location / { } location /.well-known/matrix/server { - return 200 '{ "m.server": "__DOMAIN__:443" }'; + return 200 '{ "m.server": "__SYNAPSE_DOMAIN__:443" }'; } location /.well-known/matrix/client { - return 200 '{ "m.homeserver": { "base_url": "https://__DOMAIN__" } }'; + return 200 '{ "m.homeserver": { "base_url": "https://__SYNAPSE_DOMAIN__" } }'; } location /_matrix {