diff --git a/nginx.conf b/nginx.conf index 2674144..62a4622 100644 --- a/nginx.conf +++ b/nginx.conf @@ -110,6 +110,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; }