From 2e159ec31829e4cd925ee97158f8879d6201a060 Mon Sep 17 00:00:00 2001 From: wangys <3401275564@qq.com> Date: Wed, 7 Jan 2026 16:58:56 +0800 Subject: [PATCH] =?UTF-8?q?nginx=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx/nginx/conf.d/default.conf | 2 +- docker/nginx/volumes/conf.d/default.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/nginx/nginx/conf.d/default.conf b/docker/nginx/nginx/conf.d/default.conf index 32453f53..1e54c772 100644 --- a/docker/nginx/nginx/conf.d/default.conf +++ b/docker/nginx/nginx/conf.d/default.conf @@ -125,7 +125,7 @@ server { # 后端 API 代理 location /urban-lifeline/ { - proxy_pass http://gateway/urban-lifeline/; + proxy_pass http://gateway/; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; diff --git a/docker/nginx/volumes/conf.d/default.conf b/docker/nginx/volumes/conf.d/default.conf index 32453f53..1e54c772 100644 --- a/docker/nginx/volumes/conf.d/default.conf +++ b/docker/nginx/volumes/conf.d/default.conf @@ -125,7 +125,7 @@ server { # 后端 API 代理 location /urban-lifeline/ { - proxy_pass http://gateway/urban-lifeline/; + proxy_pass http://gateway/; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;