diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index 206c94b51..812a47dd0 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -15,6 +15,10 @@ server { proxy_pass http://planefrontend:3000/; } + location /spaces { + proxy_pass http://planefrontend:4000/; + } + location /api/ { proxy_pass http://planebackend:8000/api/; }