Commit d571fbe0 authored by Guy Templeton's avatar Guy Templeton Committed by Chris O'Haver

Correct formatting of policies list (#2509)

parent ffe79b02
...@@ -60,6 +60,7 @@ proxy FROM TO... { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment