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) {