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