Skip to content

Commit 3b0d5c8

Browse files
committed
fix: update reverse proxy ports in Caddyfile.aio.ce configuration
1 parent dcb6f9e commit 3b0d5c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/proxy/Caddyfile.aio.ce

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
}
55

66
handle /spaces/* {
7-
reverse_proxy space:3000
7+
reverse_proxy space:3002
88
}
99

1010
handle /live/* {
11-
reverse_proxy live:3000
11+
reverse_proxy live:3005
1212
}
1313
handle /api/* {
14-
reverse_proxy api:8000
14+
reverse_proxy api:3004
1515
}
1616

1717
handle /auth/* {
18-
reverse_proxy api:8000
18+
reverse_proxy api:3004
1919
}
2020

2121
handle_path /god-mode* {

0 commit comments

Comments
 (0)