mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 02:23:40 -05:00
add caddy service
This commit is contained in:
parent
5774a351e1
commit
29683d43a8
2 changed files with 27 additions and 0 deletions
12
caddy/Caddyfile
Normal file
12
caddy/Caddyfile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
live.onboard.hackclub.com {
|
||||
reverse_proxy localhost:8889
|
||||
handle /slack/* {
|
||||
reverse_proxy localhost:8000
|
||||
}
|
||||
handle /api/v1/github/* {
|
||||
reverse_proxy localhost:8000
|
||||
}
|
||||
handle /auth/* {
|
||||
reverse_proxy localhost:8000
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue