mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
dev: add auth route in nginx
This commit is contained in:
parent
cf17761c5c
commit
cbdd2ba462
@ -32,6 +32,10 @@ http {
|
||||
proxy_pass http://admin:3000/god-mode/;
|
||||
}
|
||||
|
||||
location /auth/ {
|
||||
proxy_pass http://api:8000/auth/;
|
||||
}
|
||||
|
||||
location /${BUCKET_NAME}/ {
|
||||
proxy_pass http://plane-minio:9000/${BUCKET_NAME}/;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user