Update default.conf
This commit is contained in:
parent
7430900e71
commit
8fcfe5d62b
16
default.conf
16
default.conf
@ -125,7 +125,7 @@ server {
|
||||
add_header Access-Control-Allow-Origin quiz.pena.digital always;
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
|
||||
proxy_pass http://10.8.0.8:59300;
|
||||
proxy_pass http://10.6.0.9:59300;
|
||||
}
|
||||
|
||||
location /user/ {
|
||||
@ -133,7 +133,7 @@ server {
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
|
||||
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
|
||||
proxy_pass http://10.8.0.8:59300;
|
||||
proxy_pass http://10.6.0.9:59300;
|
||||
}
|
||||
|
||||
location /heruvym/ {
|
||||
@ -396,7 +396,7 @@ server {
|
||||
add_header Access-Control-Allow-Origin penaquiz.online always;
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
|
||||
proxy_pass http://10.8.0.8:59300;
|
||||
proxy_pass http://10.6.0.9:59300;
|
||||
}
|
||||
|
||||
location /user/ {
|
||||
@ -404,7 +404,7 @@ server {
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
|
||||
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
|
||||
proxy_pass http://10.8.0.8:59300;
|
||||
proxy_pass http://10.6.0.9:59300;
|
||||
}
|
||||
|
||||
location /heruvym/ {
|
||||
@ -668,7 +668,7 @@ server {
|
||||
add_header Access-Control-Allow-Origin penaquiz.ru always;
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
|
||||
proxy_pass http://10.8.0.8:59300;
|
||||
proxy_pass http://10.6.0.9:59300;
|
||||
}
|
||||
|
||||
location /user/ {
|
||||
@ -676,7 +676,7 @@ server {
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
|
||||
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
|
||||
proxy_pass http://10.8.0.8:59300;
|
||||
proxy_pass http://10.6.0.9:59300;
|
||||
}
|
||||
|
||||
location /heruvym/ {
|
||||
@ -956,7 +956,7 @@ server {
|
||||
proxy_hide_header Access-Control-Allow-Origin;
|
||||
add_header Access-Control-Allow-Origin hub.pena.digital always;
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
proxy_pass http://10.8.0.8:59300;
|
||||
proxy_pass http://10.6.0.9:59300;
|
||||
}
|
||||
|
||||
location /user/ {
|
||||
@ -964,7 +964,7 @@ server {
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
|
||||
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
|
||||
proxy_pass http://10.8.0.8:59300;
|
||||
proxy_pass http://10.6.0.9:59300;
|
||||
}
|
||||
|
||||
location /heruvym/ {
|
||||
|
Loading…
Reference in New Issue
Block a user