From 67b52b26dec3119bd3e58f6cbdd8d0018df83105 Mon Sep 17 00:00:00 2001 From: skeris Date: Tue, 18 Mar 2025 22:54:02 +0300 Subject: [PATCH] tariffs proxy --- default.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/default.conf b/default.conf index c63a951..24cfa7a 100644 --- a/default.conf +++ b/default.conf @@ -167,7 +167,7 @@ server { 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-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.6.0.9:59303/; + proxy_pass http://10.8.0.226:59303/; } location /customer/ { @@ -441,7 +441,7 @@ server { 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-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.6.0.9:59303/; + proxy_pass http://10.8.0.226:59303/; } location /customer/ { @@ -710,7 +710,7 @@ server { 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-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.6.0.9:59303/; + proxy_pass http://10.8.0.226:59303/; } location /customer/ { @@ -998,7 +998,7 @@ server { 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-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.6.0.9:59303/; + proxy_pass http://10.8.0.226:59303/; } location /customer/ {