Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/admin-guide/plugins/block_errors.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==============================
Expand All @@ -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