Skip to content

Commit 5051cf8

Browse files
authored
docs: add on_demand_tls server
I don't know why caddy thought this would help prevent abuse.
1 parent 369bc47 commit 5051cf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/web-server/caddy/Caddyfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
{
2+
on_demand_tls {
3+
ask http://example.com
4+
}
5+
}
6+
17
coder.example.com, *.coder.example.com {
28
reverse_proxy localhost:3000
39
tls {

0 commit comments

Comments
 (0)