diff --git a/pkg/serverconfigs/global_server_config.go b/pkg/serverconfigs/global_server_config.go index fd98371..6fb1549 100644 --- a/pkg/serverconfigs/global_server_config.go +++ b/pkg/serverconfigs/global_server_config.go @@ -18,7 +18,7 @@ func NewGlobalServerConfig() *GlobalServerConfig { var config = &GlobalServerConfig{} config.HTTPAll.SupportsLowVersionHTTP = true - config.HTTPAll.EnableServerAddrVariable = true + config.HTTPAll.EnableServerAddrVariable = false config.HTTPAll.LnRequestSchedulingMethod = LnRequestSchedulingMethodURLMapping config.HTTPAccessLog.IsOn = true