Browse Source

fix user in reload command

fatedier 7 years ago
parent
commit
d5931758b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/admin_api.go

+ 1 - 1
client/admin_api.go

@@ -64,7 +64,7 @@ func (svr *Service) apiReload(w http.ResponseWriter, r *http.Request, _ httprout
 		return
 		return
 	}
 	}
 
 
-	pxyCfgs, vistorCfgs, err := config.LoadProxyConfFromFile(newCommonCfg.User, conf, newCommonCfg.Start)
+	pxyCfgs, vistorCfgs, err := config.LoadProxyConfFromFile(config.ClientCommonCfg.User, conf, newCommonCfg.Start)
 	if err != nil {
 	if err != nil {
 		res.Code = 3
 		res.Code = 3
 		res.Msg = err.Error()
 		res.Msg = err.Error()