From 52bd921377ffa3d0811e7dd606a9e9e6b1d48683 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Mon, 4 Jul 2022 00:00:38 +0200 Subject: [PATCH] Yes it is MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thé right plaxe --- conf/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 275cd1d..b80edd0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,3 +17,7 @@ location __PATH__ { fastcgi_param SCRIPT_FILENAME cas_server.php; } } + +location /.wellknown/matrix/client { + add_header 'Access-Control-Allow-Origin' '*'; +}