From 17d86e71b50c0f9e97a10b670bf4a55f98e027da Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 23 Jan 2024 01:57:40 +0000 Subject: [PATCH] Update default.conf --- default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/default.conf b/default.conf index 14d084b..ca19337 100644 --- a/default.conf +++ b/default.conf @@ -113,6 +113,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,x-sessionkey always; + add_header Access-Control-Expose-Headers x-sessionkey always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; proxy_pass http://10.6.0.23:1490/; }