Skip to content

Commit 7451d5e

Browse files
authored
[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
1 parent 58e48a9 commit 7451d5e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/proxy/Caddyfile.aio.ce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
handle /live/* {
11-
reverse_proxy locahost:3005
11+
reverse_proxy localhost:3005
1212
}
1313
handle /api/* {
1414
reverse_proxy localhost:3004

apps/proxy/Caddyfile.ce

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
reverse_proxy /auth/* api:8000
1717

1818
reverse_proxy /{$BUCKET_NAME}/* plane-minio:9000
19+
reverse_proxy /{$BUCKET_NAME} plane-minio:9000
1920

2021
reverse_proxy /* web:3000
2122
}

0 commit comments

Comments
 (0)