From 02166073c481ee52a737bb786730ffea8c83c91a Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 7 May 2023 19:16:18 +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 6a15d71..af14250 100644 --- a/default.conf +++ b/default.conf @@ -8,7 +8,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; return 200; } if ($host = admin.pena.digital) {