We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e48a9 commit 7451d5eCopy full SHA for 7451d5e
apps/proxy/Caddyfile.aio.ce
@@ -8,7 +8,7 @@
8
}
9
10
handle /live/* {
11
- reverse_proxy locahost:3005
+ reverse_proxy localhost:3005
12
13
handle /api/* {
14
reverse_proxy localhost:3004
apps/proxy/Caddyfile.ce
@@ -16,6 +16,7 @@
16
reverse_proxy /auth/* api:8000
17
18
reverse_proxy /{$BUCKET_NAME}/* plane-minio:9000
19
+ reverse_proxy /{$BUCKET_NAME} plane-minio:9000
20
21
reverse_proxy /* web:3000
22
0 commit comments