[INFRA-288] fix: add missing reverse proxy rule for bucket in Caddyfile.ce (#8319)
* fix: add missing reverse proxy rule for bucket in Caddyfile.ce * fix: correct typo in reverse proxy address in Caddyfile.aio.ce
This commit is contained in:
parent
58e48a995b
commit
7451d5e125
2 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
handle /live/* {
|
handle /live/* {
|
||||||
reverse_proxy locahost:3005
|
reverse_proxy localhost:3005
|
||||||
}
|
}
|
||||||
handle /api/* {
|
handle /api/* {
|
||||||
reverse_proxy localhost:3004
|
reverse_proxy localhost:3004
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
reverse_proxy /auth/* api:8000
|
reverse_proxy /auth/* api:8000
|
||||||
|
|
||||||
reverse_proxy /{$BUCKET_NAME}/* plane-minio:9000
|
reverse_proxy /{$BUCKET_NAME}/* plane-minio:9000
|
||||||
|
reverse_proxy /{$BUCKET_NAME} plane-minio:9000
|
||||||
|
|
||||||
reverse_proxy /* web:3000
|
reverse_proxy /* web:3000
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue