comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 988:a060ab6fb4be

Fixed grammar.
author Vladimir Homutov <vl@nginx.com>
date Thu, 26 Sep 2013 11:25:40 +0400
parents edd505634357
children 35ae9ded0465
comparison
equal deleted inserted replaced
987:edd505634357 988:a060ab6fb4be
731 </para> 731 </para>
732 732
733 <para> 733 <para>
734 A request that does not contain a server route is passed to the server 734 A request that does not contain a server route is passed to the server
735 selected by the configured balancing method. 735 selected by the configured balancing method.
736 If a request cannot be processed by the bound server, the new server 736 If a request cannot be processed by the designated server, the new server
737 is selected as if the client was not yet bound. 737 is selected as if the client has not been bound yet.
738 </para> 738 </para>
739 739
740 <para> 740 <para>
741 The directive specifies variables that are examined for the route. 741 The directive specifies variables that are examined for the route.
742 This route is compared with routes specified in the <link id="server"/> 742 This route is compared with routes specified in the <link id="server"/>
777 777
778 <para> 778 <para>
779 A request that comes from a client not yet bound to a particular server 779 A request that comes from a client not yet bound to a particular server
780 is passed to the server selected by the configured balancing method. 780 is passed to the server selected by the configured balancing method.
781 Further requests from the same client are passed to the same server. 781 Further requests from the same client are passed to the same server.
782 If a request cannot be processed by the bound server, the new server 782 If a request cannot be processed by the designated server, the new server
783 is selected as if the client was not yet bound. 783 is selected as if the client has not been bound yet.
784 </para> 784 </para>
785 785
786 <para> 786 <para>
787 Information about the bound server is kept in an HTTP cookie. 787 Information about the bound server is kept in an HTTP cookie.
788 The first parameter sets the name of the cookie to be inserted or inspected. 788 The first parameter sets the name of the cookie to be inserted or inspected.