mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: updated nginx config to route to login
This commit is contained in:
parent
7311f6d40d
commit
e7489e3449
@ -24,7 +24,7 @@ http {
|
||||
}
|
||||
|
||||
location /spaces/ {
|
||||
rewrite ^/spaces/?$ /spaces/home break;
|
||||
rewrite ^/spaces/?$ /spaces/login break;
|
||||
proxy_pass http://planedeploy:3000/spaces/;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user