chore: updated nginx config to route to login

This commit is contained in:
Henit Chobisa 2023-09-22 09:39:04 +00:00
parent 7311f6d40d
commit e7489e3449

View File

@ -24,7 +24,7 @@ http {
} }
location /spaces/ { location /spaces/ {
rewrite ^/spaces/?$ /spaces/home break; rewrite ^/spaces/?$ /spaces/login break;
proxy_pass http://planedeploy:3000/spaces/; proxy_pass http://planedeploy:3000/spaces/;
} }