From 6d27661fa6d8339697d7fd2f28edcbed805166d6 Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 23 Apr 2025 10:44:42 +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 9005f6c..dfa0b28 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-web.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; }