mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
12 lines
219 B
Caddyfile
12 lines
219 B
Caddyfile
live.onboard.hackclub.com {
|
|
reverse_proxy mediamtx:8888
|
|
handle /slack/* {
|
|
reverse_proxy backend:8000
|
|
}
|
|
handle /api/v1/github/* {
|
|
reverse_proxy backend:8000
|
|
}
|
|
handle /auth/* {
|
|
reverse_proxy backend:8000
|
|
}
|
|
}
|