From 57525b3fa6e96c1155138019c5e67dccb57902f9 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 11 Feb 2024 23:02:02 +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 17b399d..7be676a 100644 --- a/default.conf +++ b/default.conf @@ -117,7 +117,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-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/; }