From d571fbe04622096081a21935ce4c0bcda90361ce Mon Sep 17 00:00:00 2001 From: Guy Templeton Date: Mon, 28 Jan 2019 15:07:13 +0000 Subject: [PATCH] Correct formatting of policies list (#2509) --- plugin/proxy/README.md | 1 + 1 file changed, 1 insertion(+) 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