From 659a62f0e602e901b7f15957f852ca6d673fdef5 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 20 Aug 2023 19:06:33 +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 deff7fa..6bdd7ec 100644 --- a/default.conf +++ b/default.conf @@ -50,7 +50,7 @@ server { location /heruvym/ { 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-Headers content-type,authorization,sess always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; proxy_set_header Referer $host; proxy_set_header Origin $http_origin;