aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/proxy/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/proxy/README.md b/plugin/proxy/README.md
index b108b52a9..491a62467 100644
--- a/plugin/proxy/README.md
+++ b/plugin/proxy/README.md
@@ -60,6 +60,7 @@ proxy FROM TO... {
## Policies
There are four load-balancing policies available:
+
* `random` (default) - Randomly select a backend
* `least_conn` - Select the backend with the fewest active connections
* `round_robin` - Select the backend in round-robin fashion