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

bcall pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 3c01c31d8a Fix typo in block_errors documentation (#10591)
3c01c31d8a is described below

commit 3c01c31d8aa3e7e9725843125eadf3ca0aaa5a47
Author: Masakazu Kitajo <mas...@apache.org>
AuthorDate: Fri Oct 13 04:36:20 2023 +0900

    Fix typo in block_errors documentation (#10591)
    
    (cherry picked from commit 641704b5c078edaba5b8082de6262a40bcd2d4fa)
---
 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

Reply via email to