Files
lichen.page/Caddyfile

13 lines
112 B
Caddyfile

{
on_demand_tls {
ask http://app:9000/tls-check
}
}
:443 {
tls {
on_demand
}
reverse_proxy app:9000
}