11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
# https://caddyserver.com/docs/caddyfile/options
|
|
{
|
|
}
|
|
|
|
# https://caddyserver.com/docs/caddyfile/patterns
|
|
{{range .Config.proxy}}
|
|
{{.domain}} {
|
|
reverse_proxy localhost:{{.port}}
|
|
}
|
|
{{end}}
|