# HG changeset patch # User Vladimir Homutov # Date 1380180340 -14400 # Node ID a060ab6fb4be4f82c301b12c93df3a42f578ac86 # Parent edd50563435721d38b53369e0d42767c6b335989 Fixed grammar. diff -r edd505634357 -r a060ab6fb4be xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Wed Sep 25 16:54:48 2013 +0400 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Thu Sep 26 11:25:40 2013 +0400 @@ -733,8 +733,8 @@ A request that does not contain a server route is passed to the server selected by the configured balancing method. -If a request cannot be processed by the bound server, the new server -is selected as if the client was not yet bound. +If a request cannot be processed by the designated server, the new server +is selected as if the client has not been bound yet. @@ -779,8 +779,8 @@ A request that comes from a client not yet bound to a particular server is passed to the server selected by the configured balancing method. Further requests from the same client are passed to the same server. -If a request cannot be processed by the bound server, the new server -is selected as if the client was not yet bound. +If a request cannot be processed by the designated server, the new server +is selected as if the client has not been bound yet.