Correct formatting of policies list (#2509)

This commit is contained in:
Guy Templeton
2019-01-28 15:07:13 +00:00
committed by Chris O'Haver
parent ffe79b026e
commit d571fbe046

View File

@@ -60,6 +60,7 @@ proxy FROM TO... {
## Policies ## Policies
There are four load-balancing policies available: There are four load-balancing policies available:
* `random` (default) - Randomly select a backend * `random` (default) - Randomly select a backend
* `least_conn` - Select the backend with the fewest active connections * `least_conn` - Select the backend with the fewest active connections
* `round_robin` - Select the backend in round-robin fashion * `round_robin` - Select the backend in round-robin fashion