mirror of
https://github.com/makeplane/plane.git
synced 2026-05-18 05:05:30 +02:00
[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:
@@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
handle /live/* {
|
||||
reverse_proxy locahost:3005
|
||||
reverse_proxy localhost:3005
|
||||
}
|
||||
handle /api/* {
|
||||
reverse_proxy localhost:3004
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user