Allow multiple sub sections for tcp/udp server
This commit is contained in:
parent
2248965b0d
commit
cdf1c7162a
@ -65,7 +65,7 @@ func apiServerInfo(w http.ResponseWriter, r *http.Request) {
|
||||
}()
|
||||
|
||||
log.Info("Http request: [%s]", r.URL.Path)
|
||||
cfg := &g.GlbServerCfg.ServerCommonConf
|
||||
cfg := &g.GlbServerCfg.ServerSectionConf
|
||||
serverStats := StatsGetServer()
|
||||
res = ServerInfoResp{
|
||||
Version: version.Full(),
|
||||
|
Loading…
Reference in New Issue
Block a user