From ce8a89995cea8b0f448ffd5b88f8cc205f2641de Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 1 Dec 2021 21:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E8=AE=B0?= =?UTF-8?q?=E5=BD=95499=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/server/http-access-log-config-box.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web/public/js/components/server/http-access-log-config-box.js b/web/public/js/components/server/http-access-log-config-box.js index 02189c8f..9b350116 100644 --- a/web/public/js/components/server/http-access-log-config-box.js +++ b/web/public/js/components/server/http-access-log-config-box.js @@ -18,7 +18,8 @@ Vue.component("http-access-log-config-box", { status4: true, status5: true, - firewallOnly: false + firewallOnly: false, + enableClientClosed: false } if (this.vAccessLogConfig != null) { accessLog = this.vAccessLogConfig @@ -96,6 +97,16 @@ Vue.component("http-access-log-config-box", { + + 记录客户端中断日志 + +
+ + +
+

499的状态码记录客户端主动中断日志。

+ +