Update file default.conf
This commit is contained in:
parent
a41170b7f6
commit
9296b40221
@ -39,7 +39,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /heruvym/ {
|
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-Credentials true always;
|
||||||
add_header Access-Control-Allow-Headers content-type,authorization always;
|
add_header Access-Control-Allow-Headers content-type,authorization always;
|
||||||
proxy_set_header Referer $host;
|
proxy_set_header Referer $host;
|
||||||
@ -53,7 +53,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /strator/ {
|
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-Credentials true always;
|
||||||
add_header Access-Control-Allow-Headers content-type,authorization always;
|
add_header Access-Control-Allow-Headers content-type,authorization always;
|
||||||
proxy_pass http://hub-admin-backend-service:8005/;
|
proxy_pass http://hub-admin-backend-service:8005/;
|
||||||
|
Loading…
Reference in New Issue
Block a user