mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
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
|
|
}
|
|
}
|
|
}
|