From 7993f37e26c877492fbce21e3418d5fc03a60b55 Mon Sep 17 00:00:00 2001 From: bcjang Date: Mon, 16 Jun 2025 15:43:20 +0900 Subject: [PATCH] =?UTF-8?q?qa=20=EC=A3=BC=EC=86=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx_qa.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx_qa.conf b/nginx_qa.conf index 150dc88..dba278d 100644 --- a/nginx_qa.conf +++ b/nginx_qa.conf @@ -11,7 +11,7 @@ server { # api reverse proxy location /api/ { - proxy_pass http://172.40.129.180:23450; + proxy_pass http://172.24.128.231:23450; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;