From c1621ec3b37b16a8f57ba7c6147bb2bbadd92a7d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 9 Feb 2022 16:07:45 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index a4bbe4c..a591ffb 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,7 +11,7 @@ location /.well-known/matrix/server { location /.well-known/matrix/client { return 200 '{ "m.homeserver": { "base_url": "https://__DOMAIN__" } }'; - more_set_headers Access-Control-Allow-Origin: *"; + more_set_headers "Access-Control-Allow-Origin: *"; } location /_matrix {