Open mileszhang2016 opened 2 years ago
Solution proposal:
HttpsEnabled
in conf/bfe.conf
and the same in ConfigBasic
struct bfe_config/conf_basic.go
, default true
HttpsEnabled
is false
, no check in (cfg *ConfigHttpsBasic) Check(confRoot string)
HttpsEnabled
is false
, no initial in (srv *BfeServer) InitHttps()HttpsEnabled
is false
, no startup for https connection servingothers to check, like bfe_modules, built-in monitor points etc.
Discussed in https://github.com/bfenetworks/bfe/discussions/927