docker-synapse.minervajuppiter.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c3dbad33a7c9cd1907baffcf27f6dc97fa3ff190
parent 338d4d29faa88589d868d0411758a59ec01a9cb2
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Mon, 15 Dec 2025 09:07:12 +0900

delete crudencials

Diffstat:
Mnginx.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nginx.conf b/nginx.conf @@ -16,7 +16,7 @@ server { client_max_body_size 50M; proxy_hide_header 'Access-Control-Allow-Origin'; add_header 'Access-Control-Allow-Origin' 'https://synapse-admin-api.pages.dev'; - add_header 'Access-Control-Allow-Credentials' 'true'; + # add_header 'Access-Control-Allow-Credentials' 'true'; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; } }