Revert "bind: support multiple values (#2128)"

This reverts commit 3a810c6502.
This commit is contained in:
Matthew Holt
2018-11-27 15:57:38 -07:00
parent 3a810c6502
commit b7091650f8
8 changed files with 38 additions and 114 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ type SiteConfig struct {
// The hostname to bind listener to;
// defaults to Addr.Host
ListenHosts []string
ListenHost string
// TLS configuration
TLS *caddytls.Config