From a999ad37b963be777053043519a9982e7b3f7c93 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Wed, 31 May 2023 17:00:53 +0000 Subject: [PATCH] Update file default.conf --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.conf b/default.conf index fd0b7cd..eeaea64 100644 --- a/default.conf +++ b/default.conf @@ -25,7 +25,7 @@ server { if ($request_method = OPTIONS) { add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Credentials true always; - add_header Access-Control-Allow-Headers content-type always; + add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; return 200; }