chore: added space url for ngnix config

This commit is contained in:
Henit Chobisa 2023-08-21 06:43:43 +00:00
parent 84f7186bc6
commit 91b15f48f6

View File

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