默认不支持${serverAddr}变量

This commit is contained in:
GoEdgeLab
2024-01-20 10:04:51 +08:00
parent e822a4a267
commit d83476d31f

View File

@@ -18,7 +18,7 @@ func NewGlobalServerConfig() *GlobalServerConfig {
var config = &GlobalServerConfig{} var config = &GlobalServerConfig{}
config.HTTPAll.SupportsLowVersionHTTP = true config.HTTPAll.SupportsLowVersionHTTP = true
config.HTTPAll.EnableServerAddrVariable = true config.HTTPAll.EnableServerAddrVariable = false
config.HTTPAll.LnRequestSchedulingMethod = LnRequestSchedulingMethodURLMapping config.HTTPAll.LnRequestSchedulingMethod = LnRequestSchedulingMethodURLMapping
config.HTTPAccessLog.IsOn = true config.HTTPAccessLog.IsOn = true