This commit is contained in:
parent
b90d855736
commit
27ab196460
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -243,6 +243,7 @@ func main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
b.Servers = servers
|
b.Servers = servers
|
||||||
|
log.Printf("Backend %s: ServerOptions = %q", b.Name, b.ServerOptions)
|
||||||
backends = append(backends, b)
|
backends = append(backends, b)
|
||||||
}
|
}
|
||||||
tmplAbsPath, err := filepath.Abs(templatePath)
|
tmplAbsPath, err := filepath.Abs(templatePath)
|
||||||
|
|
Loading…
Add table
Reference in a new issue