From b1aff9d7586d9967ac3cb053ed85d5abb782dd22 Mon Sep 17 00:00:00 2001 From: skeris Date: Tue, 17 Jun 2025 18:34:43 +0300 Subject: [PATCH] fix: change privilege port --- admin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin.conf b/admin.conf index 0a2c2b9..70c86fe 100644 --- a/admin.conf +++ b/admin.conf @@ -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:59304/; } location /customer/v1.0.1/ {