mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
16 lines
205 B
Caddyfile
16 lines
205 B
Caddyfile
{
|
|
on_demand_tls {
|
|
ask http://example.com
|
|
}
|
|
}
|
|
|
|
coder.example.com, *.coder.example.com {
|
|
reverse_proxy localhost:3000
|
|
tls {
|
|
on_demand
|
|
issuer acme {
|
|
email email@example.com
|
|
}
|
|
}
|
|
}
|