first commit
This commit is contained in:
23
Caddyfile
Normal file
23
Caddyfile
Normal file
@@ -0,0 +1,23 @@
|
||||
(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
|
||||
}
|
||||
Reference in New Issue
Block a user