From d83476d31f95efd910ec52c26d9d950313acdc1a Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sat, 20 Jan 2024 10:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E6=94=AF=E6=8C=81${?= =?UTF-8?q?serverAddr}=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/global_server_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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