fix 4976: make admin serve HTTP only
This commit is contained in:
@@ -101,6 +101,7 @@ func registerAdmin() error {
|
||||
|
||||
// copy config to avoid conflict
|
||||
adminCfg := *BConfig
|
||||
adminCfg.Listen.EnableHTTPS = false
|
||||
beeAdminApp = &adminApp{
|
||||
HttpServer: NewHttpServerWithCfg(&adminCfg),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user