mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
12cb4f1eb3
* structure * docs: add Caddy+LetsEncrypt TLS example
10 lines
154 B
Caddyfile
10 lines
154 B
Caddyfile
coder.example.com, *.coder.example.com {
|
|
reverse_proxy localhost:3000
|
|
tls {
|
|
on_demand
|
|
issuer acme {
|
|
email email@example.com
|
|
}
|
|
}
|
|
}
|