[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:
Akshat Jain 2025-12-11 19:21:10 +05:30 committed by GitHub
parent 58e48a995b
commit 7451d5e125
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
}
handle /live/* {
reverse_proxy locahost:3005
reverse_proxy localhost:3005
}
handle /api/* {
reverse_proxy localhost:3004

View file

@ -16,6 +16,7 @@
reverse_proxy /auth/* api:8000
reverse_proxy /{$BUCKET_NAME}/* plane-minio:9000
reverse_proxy /{$BUCKET_NAME} plane-minio:9000
reverse_proxy /* web:3000
}