From 2250b9d7a8ca8c21bf8ddec3638c309d9560a9d8 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Sat, 14 Feb 2026 14:52:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E5=9B=BE=E7=89=87api?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index a5a7a09..09c0ad8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -102,6 +102,10 @@ server { proxy_pass http://host.docker.internal:5244/; } + location /image-api/ { + proxy_pass http://host.docker.internal:3000/; + } + location / { try_files $uri $uri/ =404; }