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; }