You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2023/10/12 19:36:27 UTC

[trafficserver] branch master updated: Fix typo in block_errors documentation (#10591)

This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 641704b5c0 Fix typo in block_errors documentation (#10591)
641704b5c0 is described below

commit 641704b5c078edaba5b8082de6262a40bcd2d4fa
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Fri Oct 13 04:36:20 2023 +0900

    Fix typo in block_errors documentation (#10591)
---
 doc/admin-guide/plugins/block_errors.en.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/admin-guide/plugins/block_errors.en.rst b/doc/admin-guide/plugins/block_errors.en.rst
index c08d597726..dcffaa835a 100644
--- a/doc/admin-guide/plugins/block_errors.en.rst
+++ b/doc/admin-guide/plugins/block_errors.en.rst
@@ -59,7 +59,7 @@ The plugin can be configured at run time using the `traffic_ctl` command.  The f
 - ``block_errors.error_limit``: Set the error limit.  Takes a single argument, the number of errors allowed before blocking the client.
 - ``block_errors.timeout``: Set the block timeout.  Takes a single argument, the number of minutes to block the client.
 - ``block_errors.shutdown``: Set the shutdown mode.  Takes a single argument, 0 to downgrade to HTTP/1.1, 1 to close the connection.
-- ``block_errors.enable``: Enable or disable the plugin.  Takes a single argument, 0 to disable, 1 to enable.
+- ``block_errors.enabled``: Enable or disable the plugin.  Takes a single argument, 0 to disable, 1 to enable.
 
 Example Run Time Configuration
 ==============================
@@ -70,4 +70,4 @@ Example Run Time Configuration
 
     traffic_ctl plugin msg block_errors.shutdown 1
 
-    traffic_ctl plugin msg block_errors.enable 1
+    traffic_ctl plugin msg block_errors.enabled 1