From a233aa27cd5315c7cc80ef60b6d58b882a7d1d22 Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Thu, 12 Mar 2026 09:15:56 +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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nginx.conf b/nginx.conf index 1aa26801..321ea98f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -80,6 +80,14 @@ server { proxy_set_header X-Real-IP $remote_addr; } + location /besure/ { + proxy_pass http://ngsk.tech:39001/besure/; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + } + + location / { root /usr/share/nginx/html; index index.html index.htm;