From 5105114321952907f53a8b8d014720eb4089e8de Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:17:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E5=BC=80=E5=90=AF=20HTTPS=20=E4=B9=8B=E5=90=8E=20404=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=A2=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#6775)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/utils/nginx/components/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/utils/nginx/components/config.go b/backend/utils/nginx/components/config.go index 7f9b5bce9..7a0f5a409 100644 --- a/backend/utils/nginx/components/config.go +++ b/backend/utils/nginx/components/config.go @@ -35,6 +35,7 @@ var repeatKeys = map[string]struct { "include": {}, "sub_filter": {}, "add_header": {}, + "error_page": {}, } func IsRepeatKey(key string) bool {