Files
coder/examples/web-server/caddy/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
}
}
}