verification rules
This commit is contained in:
parent
8517bbabde
commit
e9a73a4ba4
@ -108,7 +108,7 @@ server {
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
add_header Access-Control-Allow-Headers content-type,authorization always;
|
||||
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
|
||||
proxy_pass http://10.8.0.226:59303/;
|
||||
proxy_pass http://10.8.0.226:29100/;
|
||||
}
|
||||
|
||||
location /customer/v1.0.1/ {
|
||||
@ -123,7 +123,7 @@ server {
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
add_header Access-Control-Allow-Headers content-type,authorization always;
|
||||
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
|
||||
proxy_pass http://10.8.0.226:8070/;
|
||||
proxy_pass http://10.8.0.226:8066/;
|
||||
}
|
||||
|
||||
location /answer/ {
|
||||
@ -220,7 +220,7 @@ server {
|
||||
chunked_transfer_encoding off;
|
||||
proxy_buffering off;
|
||||
proxy_cache off;
|
||||
proxy_pass http://10.8.0.226:7035/;
|
||||
proxy_pass http://10.8.0.226:7037/;
|
||||
}
|
||||
location /verification/v1.0.0/ {
|
||||
if ($request_method = OPTIONS) {
|
||||
@ -241,7 +241,7 @@ server {
|
||||
chunked_transfer_encoding off;
|
||||
proxy_buffering off;
|
||||
proxy_cache off;
|
||||
proxy_pass http://10.8.0.226:7038/;
|
||||
proxy_pass http://10.8.0.226:7037/;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user