From e1011428a2efcd5b85da3908d97fc94f314a2892 Mon Sep 17 00:00:00 2001 From: jianghao <332515344@qq.com> Date: Wed, 31 Dec 2025 10:13:48 +0800 Subject: [PATCH] nginx.conf file edit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index c38e1f8..e628a96 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,7 +17,7 @@ http { proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Port $server_port; proxy_set_header Authorization $http_authorization; - proxy_pass http://localhost:33333/user-api/; + proxy_pass http://localhost:33333/user/; } location /file/ { proxy_set_header X-Real-IP $remote_addr;