comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1233:726e8f47763c

Removed the "old browsers" phrase in upstream and userid modules.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 17 Apr 2014 19:22:31 +0400
parents ab2ea38f3512
children def99e640654
comparison
equal deleted inserted replaced
1232:ab2ea38f3512 1233:726e8f47763c
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_upstream_module" 10 <module name="Module ngx_http_upstream_module"
11 link="/en/docs/http/ngx_http_upstream_module.html" 11 link="/en/docs/http/ngx_http_upstream_module.html"
12 lang="en" 12 lang="en"
13 rev="25"> 13 rev="26">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_upstream_module</literal> module 18 The <literal>ngx_http_upstream_module</literal> module
856 <tag-name><literal>expires</literal></tag-name> 856 <tag-name><literal>expires</literal></tag-name>
857 <tag-desc> 857 <tag-desc>
858 Sets the time for which a browser should keep the cookie. 858 Sets the time for which a browser should keep the cookie.
859 The special value <literal>max</literal> will cause the cookie to expire on 859 The special value <literal>max</literal> will cause the cookie to expire on
860 “<literal>31 Dec 2037 23:55:55 GMT</literal>”. 860 “<literal>31 Dec 2037 23:55:55 GMT</literal>”.
861 This is the maximum time understood by old browsers.
862 If the parameter is not specified, it will cause the cookie to expire at 861 If the parameter is not specified, it will cause the cookie to expire at
863 the end of a browser session. 862 the end of a browser session.
864 </tag-desc> 863 </tag-desc>
865 864
866 <tag-name><literal>domain</literal></tag-name> 865 <tag-name><literal>domain</literal></tag-name>