From 6de42abb2c2e74d8aa6d1d1d90f9cff7bd28b838 Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 23 Apr 2025 10:36:18 +0000 Subject: [PATCH] nginx/conf.d/default.conf aktualisiert --- nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index e1df794..9005f6c 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -4,7 +4,7 @@ server { listen [::]:80; location / { try_files $uri $uri/ =404; - add_header Access-Control-Allow-Origin "https://matrix-home.send.nrw"; + add_header Access-Control-Allow-Origin: https://matrix-web.send.nrw add_header Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Accept, Authorization"; add_header Access-Control-Allow-Credentials true; }