23 lines
391 B
Caddyfile
23 lines
391 B
Caddyfile
(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
|
|
} |