Update file default.conf

This commit is contained in:
Mikhail 2023-05-07 19:34:05 +00:00
parent a41170b7f6
commit 9296b40221

@ -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/;