From eefb497c20d89192f5911f72fb15f94a28bd3f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 21 Nov 2021 19:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF=EF=BC=9A=E9=BB=98=E8=AE=A4=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=9A=84=E8=8A=82=E7=82=B9=E4=BB=8Ehttps=E6=94=B9?= =?UTF-8?q?=E6=88=90http?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/setup/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/setup/setup.go b/internal/setup/setup.go index 2af6d465..a0c4d968 100644 --- a/internal/setup/setup.go +++ b/internal/setup/setup.go @@ -134,7 +134,7 @@ func (this *Setup) Run() error { httpConfig.IsOn = true httpConfig.Listen = []*serverconfigs.NetworkAddressConfig{ { - Protocol: "https", + Protocol: "http", PortRange: strconv.Itoa(this.config.APINodePort), }, }