forked from github/plane
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/;
|
||||
}
|
||||
|
||||
location /spaces {
|
||||
proxy_pass http://planefrontend:4000/;
|
||||
}
|
||||
|
||||
location /api/ {
|
||||
proxy_pass http://planebackend:8000/api/;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user