feat:增加图片api配置

This commit is contained in:
2026-02-14 14:52:26 +08:00
parent 45ac66ade0
commit 2250b9d7a8

View File

@@ -102,6 +102,10 @@ server {
proxy_pass http://host.docker.internal:5244/; proxy_pass http://host.docker.internal:5244/;
} }
location /image-api/ {
proxy_pass http://host.docker.internal:3000/;
}
location / { location / {
try_files $uri $uri/ =404; try_files $uri $uri/ =404;
} }