mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 00:23:40 -05:00
fix Caddyfile
This commit is contained in:
parent
347a42a69e
commit
3bedaef131
1 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
|||
live.onboard.hackclub.com {
|
||||
reverse_proxy localhost:8889
|
||||
reverse_proxy host.containers.internal:8889
|
||||
handle /slack/* {
|
||||
reverse_proxy localhost:8000
|
||||
reverse_proxy host.containers.internal:8000
|
||||
}
|
||||
handle /api/v1/github/* {
|
||||
reverse_proxy localhost:8000
|
||||
reverse_proxy host.containers.internal:8000
|
||||
}
|
||||
handle /auth/* {
|
||||
reverse_proxy localhost:8000
|
||||
reverse_proxy host.containers.internal:8000
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue