diff --git a/docs/user-guide/configure-load-balancing.md b/docs/user-guide/configure-load-balancing.md index 3c67c57c56..b612e00d3a 100644 --- a/docs/user-guide/configure-load-balancing.md +++ b/docs/user-guide/configure-load-balancing.md @@ -53,19 +53,19 @@ the name of the cookie that should contain the origins restriction information. Load balancing strategies and the origin restriction feature are configured in the Styx proxy configuration file. -To enable Busy load balancing strategy: +To enable *Power of Two* load balancing strategy: loadBalancing: strategy: factory: {class: "com.hotels.styx.client.loadbalancing.strategies.PowerOfTwoStrategy$Factory"} -To enable Busy load balancing strategy: +To enable *Busy* load balancing strategy: loadBalancing: strategy: factory: {class: "com.hotels.styx.client.loadbalancing.strategies.BusyConnectionsStrategy$Factory"} -To enable Round Robin load balancing strategy: +To enable *Round Robin* load balancing strategy: loadBalancing: strategy: