mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
419eba5fb6
Closes #13434 Supersedes #14182 --------- Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com> Co-authored-by: Ethan Dickson <ethan@coder.com> Co-authored-by: Ben Potter <ben@coder.com> Co-authored-by: Stephen Kirby <58410745+stirby@users.noreply.github.com> Co-authored-by: Stephen Kirby <me@skirby.dev> Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
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
|
|
}
|
|
}
|
|
}
|