Files

23 lines
391 B
Caddyfile
Raw Permalink Normal View History

2026-01-20 08:59:04 +01:00
(common_tls) {
tls /certs/localhost.pem /certs/localhost-key.pem
}
https://app.hublot.local {
import common_tls
reverse_proxy hublot:3000
}
https://livekit.hublot.local {
import common_tls
reverse_proxy livekit:7880
}
https://auth.hublot.local {
import common_tls
reverse_proxy logto:3001
}
https://auth-admin.hublot.local {
import common_tls
reverse_proxy logto:3002
}