commit a0426c1312c3ea1c2ff7c76d13362f8eebd09380
parent 77f3c79faa25cba87fc4c32c00d15b8004ce4116
Author: minerva-jupiter <ryouturn@gmail.com>
Date: Sat, 13 Dec 2025 20:19:21 +0900
delte acao option
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/nginx.conf b/nginx.conf
@@ -16,8 +16,6 @@ server {
proxy_set_header Host $host;
client_max_body_size 50M;
add_header Access-Control-Allow-Origin https://synapse-admin-api.pages.dev;
- add_header Access-Control-Allow-Methods GET, POST, OPTIONS;
- add_header Access-Control-Allow-Headers Content-Type, Authorization;
add_header Access-Control-Allow-Credentials true;
}
}