From e7489e34492fdbe579c1c3a298f2dae265358f24 Mon Sep 17 00:00:00 2001 From: Henit Chobisa Date: Fri, 22 Sep 2023 09:39:04 +0000 Subject: [PATCH] chore: updated nginx config to route to login --- nginx/nginx.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index d44a4a742..87dce0114 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -24,7 +24,7 @@ http { } location /spaces/ { - rewrite ^/spaces/?$ /spaces/home break; + rewrite ^/spaces/?$ /spaces/login break; proxy_pass http://planedeploy:3000/spaces/; }