From f6f0b05ac85e6f043f8d3b165b865c87d5024c9a Mon Sep 17 00:00:00 2001 From: jianghao <332515344@qq.com> Date: Wed, 31 Dec 2025 09:32:01 +0800 Subject: [PATCH] Jenkins file edit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 8d69723..325a007 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,7 +15,7 @@ http { server localhost:33333; } server { - listen 80; + listen 3001; server_name localhost; location /user-api/ { proxy_set_header X-Real-IP $remote_addr;