From dc6124c1f17cd9c583351093ea1f608a1df30206 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Thu, 11 May 2023 16:24:12 +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 4f055ad..265f12e 100644 --- a/default.conf +++ b/default.conf @@ -42,7 +42,7 @@ server { 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,authorization always; - add_header Access-Control-Allow-Methods OPTINOS, GET, POST, PATCH, PUT, DELETE; + add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; proxy_set_header Referer $host; proxy_set_header Origin $http_origin; proxy_set_header Connection '';