From 1236106772d7502c47e7cc82129921b03c34024c Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Thu, 12 Mar 2026 10:11:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9nginx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 43335b5c..51e2fbe7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -81,7 +81,7 @@ server { } location /besure/ { - proxy_pass http://ngsk.tech:39001:9000/; + proxy_pass http://ngsk.tech:39001/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;