This commit is contained in:
2026-04-27 22:13:39 +08:00

View File

@@ -110,6 +110,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;
} }