comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1825:56b6244ddadb

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 24 Oct 2016 11:49:51 +0300
parents 574c44d14837
children dca985318cfe
comparison
equal deleted inserted replaced
1824:e8811a423130 1825:56b6244ddadb
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="54"> 13 rev="55">
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
1108 </tag-desc> 1108 </tag-desc>
1109 1109
1110 <tag-name><literal>domain=</literal><value>domain</value></tag-name> 1110 <tag-name><literal>domain=</literal><value>domain</value></tag-name>
1111 <tag-desc> 1111 <tag-desc>
1112 Defines the <value>domain</value> for which the cookie is set. 1112 Defines the <value>domain</value> for which the cookie is set.
1113 Parameter value can contain variables (1.11.5).
1113 </tag-desc> 1114 </tag-desc>
1114 1115
1115 <tag-name><literal>httponly</literal></tag-name> 1116 <tag-name><literal>httponly</literal></tag-name>
1116 <tag-desc> 1117 <tag-desc>
1117 Adds the <literal>HttpOnly</literal> attribute to the cookie (1.7.11). 1118 Adds the <literal>HttpOnly</literal> attribute to the cookie (1.7.11).