From d66c79e6fe47b60c32d36f87f9da78be04cbec66 Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Thu, 12 Mar 2026 10:47:15 +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 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/nginx.conf b/nginx.conf index 7d3c9fa2..b8caf71f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -92,16 +92,3 @@ server { } } -server { - listen 39002; - server_name localhost; - - location /besure/ { - 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; - proxy_http_version 1.1; - proxy_buffering off; - } -} \ No newline at end of file