verification rules
All checks were successful
Deploy / CreateImage (push) Successful in 7m3s
Deploy / DeployService (push) Successful in 20s

This commit is contained in:
skeris 2025-03-24 17:18:06 +03:00
parent 8517bbabde
commit d5cff6e71e

@ -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/;
}