Update default.conf
This commit is contained in:
parent
7912762d93
commit
fa52c63c01
16
default.conf
16
default.conf
@ -178,7 +178,7 @@ server {
|
|||||||
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,response-type 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;
|
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
|
||||||
proxy_pass http://10.8.0.8:8065/;
|
proxy_pass http://10.6.0.9:8065/;
|
||||||
}
|
}
|
||||||
location /customer/v1.0.1/ {
|
location /customer/v1.0.1/ {
|
||||||
add_header Access-Control-Allow-Origin quiz.pena.digital always;
|
add_header Access-Control-Allow-Origin quiz.pena.digital always;
|
||||||
@ -188,7 +188,7 @@ server {
|
|||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Client-Port $remote_port;
|
proxy_set_header X-Client-Port $remote_port;
|
||||||
proxy_set_header Origin $host;
|
proxy_set_header Origin $host;
|
||||||
proxy_pass http://10.8.0.8:8066/;
|
proxy_pass http://10.6.0.9:8066/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /codeword/ {
|
location /codeword/ {
|
||||||
@ -452,7 +452,7 @@ server {
|
|||||||
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,response-type 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;
|
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
|
||||||
proxy_pass http://10.8.0.8:8065/;
|
proxy_pass http://10.6.0.9:8065/;
|
||||||
}
|
}
|
||||||
location /customer/v1.0.1/ {
|
location /customer/v1.0.1/ {
|
||||||
add_header Access-Control-Allow-Origin quiz.pena.digital always;
|
add_header Access-Control-Allow-Origin quiz.pena.digital always;
|
||||||
@ -462,7 +462,7 @@ server {
|
|||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Client-Port $remote_port;
|
proxy_set_header X-Client-Port $remote_port;
|
||||||
proxy_set_header Origin $host;
|
proxy_set_header Origin $host;
|
||||||
proxy_pass http://10.8.0.8:8066/;
|
proxy_pass http://10.6.0.9:8066/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /codeword/ {
|
location /codeword/ {
|
||||||
@ -721,7 +721,7 @@ server {
|
|||||||
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,response-type 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;
|
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
|
||||||
proxy_pass http://10.8.0.8:8065/;
|
proxy_pass http://10.6.0.9:8065/;
|
||||||
}
|
}
|
||||||
location /customer/v1.0.1/ {
|
location /customer/v1.0.1/ {
|
||||||
add_header Access-Control-Allow-Origin quiz.pena.digital always;
|
add_header Access-Control-Allow-Origin quiz.pena.digital always;
|
||||||
@ -731,7 +731,7 @@ server {
|
|||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Client-Port $remote_port;
|
proxy_set_header X-Client-Port $remote_port;
|
||||||
proxy_set_header Origin $host;
|
proxy_set_header Origin $host;
|
||||||
proxy_pass http://10.8.0.8:8066/;
|
proxy_pass http://10.6.0.9:8066/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /codeword/ {
|
location /codeword/ {
|
||||||
@ -1009,7 +1009,7 @@ server {
|
|||||||
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,response-type 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;
|
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
|
||||||
proxy_pass http://10.8.0.8:8065/;
|
proxy_pass http://10.6.0.9:8065/;
|
||||||
}
|
}
|
||||||
location /customer/v1.0.1/ {
|
location /customer/v1.0.1/ {
|
||||||
add_header Access-Control-Allow-Origin quiz.pena.digital always;
|
add_header Access-Control-Allow-Origin quiz.pena.digital always;
|
||||||
@ -1019,7 +1019,7 @@ server {
|
|||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Client-Port $remote_port;
|
proxy_set_header X-Client-Port $remote_port;
|
||||||
proxy_set_header Origin $host;
|
proxy_set_header Origin $host;
|
||||||
proxy_pass http://10.8.0.8:8066/;
|
proxy_pass http://10.6.0.9:8066/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /codeword/ {
|
location /codeword/ {
|
||||||
|
Loading…
Reference in New Issue
Block a user