Test for go-build
This commit is contained in:
parent
b5ae3d806a
commit
7c5e347837
@ -84,8 +84,6 @@ func (svr *Service) RunDashboardServer(address string) (err error) {
|
||||
Handler: router,
|
||||
TLSConfig: cfg,
|
||||
TLSNextProto: make(map[string]func(*http.Server, *tls.Conn, http.Handler), 0),
|
||||
ReadTimeout: httpServerReadTimeout,
|
||||
WriteTimeout: httpServerWriteTimeout,
|
||||
}
|
||||
go server.ListenAndServeTLS("", "")
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user