From 353d03bfcc0fcd277ca4dbe4cd1d7e569f202a69 Mon Sep 17 00:00:00 2001 From: skeris Date: Mon, 24 Mar 2025 17:18:06 +0300 Subject: [PATCH] verification rules --- admin.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin.conf b/admin.conf index 1bd4869..0a2c2b9 100644 --- a/admin.conf +++ b/admin.conf @@ -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/ { @@ -153,7 +153,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:59666/; + proxy_pass http://10.8.0.226:29100/; } location /codeword/v1.0.0/ { if ($request_method = OPTIONS) { @@ -167,7 +167,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:59666/; + proxy_pass http://10.8.0.226:29100/; } location /price/ { if ($request_method = OPTIONS) { @@ -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/; }