mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: added space url for ngnix config
This commit is contained in:
parent
84f7186bc6
commit
91b15f48f6
@ -15,6 +15,10 @@ server {
|
|||||||
proxy_pass http://planefrontend:3000/;
|
proxy_pass http://planefrontend:3000/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /spaces {
|
||||||
|
proxy_pass http://planefrontend:4000/;
|
||||||
|
}
|
||||||
|
|
||||||
location /api/ {
|
location /api/ {
|
||||||
proxy_pass http://planebackend:8000/api/;
|
proxy_pass http://planebackend:8000/api/;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user