price rule
This commit is contained in:
parent
646b54d20f
commit
0c4475d735
@ -214,7 +214,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.6.0.9:8001/;
|
proxy_pass http://10.8.0.226:8001/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /verification1 {
|
location /verification1 {
|
||||||
@ -488,7 +488,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.6.0.9:8001/;
|
proxy_pass http://10.8.0.226:8001/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /verification1 {
|
location /verification1 {
|
||||||
@ -757,7 +757,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.6.0.9:8001/;
|
proxy_pass http://10.8.0.226:8001/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /verification1 {
|
location /verification1 {
|
||||||
@ -1045,7 +1045,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.6.0.9:8001/;
|
proxy_pass http://10.8.0.226:8001/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /verification1 {
|
location /verification1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user