meet/Caddyfile
2026-03-02 21:03:55 -08:00

17 lines
244 B
Caddyfile

https://open.sphinx.chat/open {
log {
output stdout
format json
level DEBUG
}
handle {
redir "{query.red}" 302
}
}
https://chat.sphinx.chat:443 {
reverse_proxy http://livekit.sphinx:3000
}