From f4a7ef78fc4ce06763416d3b677e850fa8032cf7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 18 Feb 2023 12:46:39 +0100 Subject: [PATCH] Update endpoint.nginx.conf --- conf/endpoint.nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/endpoint.nginx.conf b/conf/endpoint.nginx.conf index 3288035..2edb71e 100644 --- a/conf/endpoint.nginx.conf +++ b/conf/endpoint.nginx.conf @@ -9,5 +9,5 @@ location ~ ^(/_matrix|/_synapse/client) { proxy_http_version 1.1; - more_set_headers "Access-Control-Allow-Origin: __DOMAIN__"; + more_set_headers "Access-Control-Allow-Origin: https://__DOMAIN__"; }