File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const (
131131 // - https://nginx.org/en/docs/http/ngx_http_upstream_module.html#ip_hash
132132 // - https://nginx.org/en/docs/http/ngx_http_upstream_module.html#hash
133133
134- // LoadBalancingMethods for NGINX OSS.
134+ // LoadBalancingMethods supported by NGINX OSS and NGINX Plus .
135135
136136 // LoadBalancingTypeRoundRobin enables round-robin load balancing,
137137 // distributing requests evenly across all upstream servers.
@@ -172,7 +172,7 @@ const (
172172 // fewer active connections.
173173 LoadBalancingTypeRandomTwoLeastConnection LoadBalancingType = "random two least_conn"
174174
175- // LoadBalancingMethods for NGINX Plus along with OSS methods .
175+ // LoadBalancingMethods supported by NGINX Plus.
176176
177177 // LoadBalancingTypeRandomTwoLeastTimeHeader enables a variation of least-time load balancing
178178 // that randomly selects two servers and forwards traffic to the one with the least
You can’t perform that action at this time.
0 commit comments