mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
docs: update caddy config example & guide (#13964)
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
{
|
||||
on_demand_tls {
|
||||
ask http://example.com
|
||||
}
|
||||
}
|
||||
|
||||
coder.example.com, *.coder.example.com {
|
||||
reverse_proxy localhost:3000
|
||||
tls {
|
||||
|
Reference in New Issue
Block a user