From 1ce10fda624b9a3dc14ed58c57fd3d58e321e8a5 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 17 Dec 2023 00:39:07 +0000 Subject: [PATCH] Update default.conf --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.conf b/default.conf index d116c26..55b7ecf 100644 --- a/default.conf +++ b/default.conf @@ -107,7 +107,7 @@ server { proxy_pass http://10.6.0.23:1488/; } - location /answer { + location /answer/ { if ($request_method = OPTIONS) { add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Credentials true always;