changeset 962:f3754c623e6b

Minor editing of the stiky_cookie_insert directive.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Mon, 12 Aug 2013 09:51:20 +0400
parents 743caf552c2d
children 2116a99dc304
files xml/en/docs/http/ngx_http_upstream_module.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml	Mon Aug 12 12:04:14 2013 +0400
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml	Mon Aug 12 09:51:20 2013 +0400
@@ -698,7 +698,7 @@
 <context>upstream</context>
 
 <para>
-Enables session affinity that causes requests from the same client to be
+Enables session affinity, which causes requests from the same client to be
 passed to the same server in a group of servers.
 Example:
 <example>
@@ -720,7 +720,7 @@
 </para>
 
 <para>
-Information about the bound server is kept in HTTP cookie.
+Information about the bound server is kept in an HTTP cookie.
 The first parameter sets the name of the cookie to be inserted or inspected.
 Additional parameters may be as follows:
 <list type="tag">