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的状态码记录客户端主动中断日志。

+ +