Update admin.conf

This commit is contained in:
Mikhail 2025-01-14 11:43:35 +00:00
parent 339ea05471
commit 457d2e986a

@ -157,7 +157,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 always; add_header Access-Control-Allow-Headers content-type,authorization 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:59666/; proxy_pass http://10.6.0.9:59666/;
} }
location /codeword/v1.0.0/ { location /codeword/v1.0.0/ {
if ($request_method = OPTIONS) { if ($request_method = OPTIONS) {
@ -171,7 +171,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 always; add_header Access-Control-Allow-Headers content-type,authorization 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:59666/; proxy_pass http://10.6.0.9:59666/;
} }
location /price/ { location /price/ {
if ($request_method = OPTIONS) { if ($request_method = OPTIONS) {
@ -224,7 +224,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.8.0.8:7035/; proxy_pass http://10.6.0.9:7035/;
} }
location /verification/v1.0.0/ { location /verification/v1.0.0/ {
if ($request_method = OPTIONS) { if ($request_method = OPTIONS) {
@ -245,7 +245,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.8.0.8:7038/; proxy_pass http://10.6.0.9:7038/;
} }