From 9296b40221e8b22305e68e9a2f9c453ec97984bf Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 7 May 2023 19:34:05 +0000 Subject: [PATCH] Update file default.conf --- default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.conf b/default.conf index 0332803..f3af00e 100644 --- a/default.conf +++ b/default.conf @@ -39,7 +39,7 @@ server { } location /heruvym/ { - add_header Access-Control-Allow-Origin $http_origin always; + #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; proxy_set_header Referer $host; @@ -53,7 +53,7 @@ server { } location /strator/ { - add_header Access-Control-Allow-Origin $http_origin always; + #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; proxy_pass http://hub-admin-backend-service:8005/;