9 lines
88 B
Plaintext
9 lines
88 B
Plaintext
{
|
|
}
|
|
|
|
{{range .Config.proxy}}
|
|
{{.domain}} {
|
|
reverse_proxy localhost:{{.port}}
|
|
}
|
|
{{end}}
|