changeset 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 e8811a423130
children da6a3e401b26
files xml/en/docs/http/ngx_http_status_module.xml xml/en/docs/http/ngx_http_upstream_module.xml xml/ru/docs/http/ngx_http_status_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml
diffstat 4 files changed, 81 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_status_module.xml	Fri Oct 21 22:26:56 2016 +0300
+++ b/xml/en/docs/http/ngx_http_status_module.xml	Mon Oct 24 11:49:51 2016 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_status_module"
         link="/en/docs/http/ngx_http_status_module.html"
         lang="en"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -184,7 +184,7 @@
 <tag-name id="version"><literal>version</literal></tag-name>
 <tag-desc>
 Version of the provided data set.
-The current version is 6.
+The current version is 7.
 </tag-desc>
 
 <tag-name><literal>nginx_version</literal></tag-name>
@@ -677,7 +677,7 @@
 <tag-desc>
 
 <list type="tag">
-<tag-name><literal>server_zones</literal></tag-name>
+<tag-name id="stream_server_zones"><literal>server_zones</literal></tag-name>
 <tag-desc>
 For each <link id="status_zone"/>:
 <list type="tag">
@@ -694,6 +694,34 @@
 connections accepted from clients.
 </tag-desc>
 
+<tag-name id="sessions"><literal>sessions</literal></tag-name>
+<tag-desc>
+<list type="tag">
+
+<tag-name><literal>total</literal></tag-name>
+<tag-desc>
+The total number of completed client sessions.
+</tag-desc>
+
+<tag-name>
+<literal>2xx</literal>,
+<literal>4xx</literal>,
+<literal>5xx</literal>
+</tag-name>
+<tag-desc>
+The number of sessions completed with
+<link doc="../stream/ngx_stream_core_module.xml" id="var_status">status codes</link>
+2xx, 4xx, or 5xx.
+</tag-desc>
+
+</list>
+</tag-desc>
+
+<tag-name id="stream_discarded"><literal>discarded</literal></tag-name>
+<tag-desc>
+The total number of connections completed without creating a session.
+</tag-desc>
+
 <tag-name><literal>received</literal></tag-name>
 <tag-desc>
 The total number of bytes received from clients.
@@ -892,6 +920,14 @@
 <list type="bullet">
 
 <listitem>
+The
+<link id="sessions"/> status data
+and the <link id="stream_discarded">discarded</link> field in
+stream <link id="stream_server_zones">server_zones</link>
+were added in <link id="version"/> 7.
+</listitem>
+
+<listitem>
 The <link id="zombies"/> field
 was moved from nginx <link doc="../debugging_log.xml">debug</link> version
 in <link id="version"/> 6.
--- a/xml/en/docs/http/ngx_http_upstream_module.xml	Fri Oct 21 22:26:56 2016 +0300
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml	Mon Oct 24 11:49:51 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="54">
+        rev="55">
 
 <section id="summary">
 
@@ -1110,6 +1110,7 @@
 <tag-name><literal>domain=</literal><value>domain</value></tag-name>
 <tag-desc>
 Defines the <value>domain</value> for which the cookie is set.
+Parameter value can contain variables (1.11.5).
 </tag-desc>
 
 <tag-name><literal>httponly</literal></tag-name>
--- a/xml/ru/docs/http/ngx_http_status_module.xml	Fri Oct 21 22:26:56 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_status_module.xml	Mon Oct 24 11:49:51 2016 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_status_module"
         link="/ru/docs/http/ngx_http_status_module.html"
         lang="ru"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -187,7 +187,7 @@
 <tag-name id="version"><literal>version</literal></tag-name>
 <tag-desc>
 Версия предоставляемого набора данных.
-Текущей является версия 6.
+Текущей является версия 7.
 </tag-desc>
 
 <tag-name><literal>nginx_version</literal></tag-name>
@@ -681,7 +681,7 @@
 <tag-desc>
 
 <list type="tag">
-<tag-name><literal>server_zones</literal></tag-name>
+<tag-name id="stream_server_zones"><literal>server_zones</literal></tag-name>
 <tag-desc>
 Для каждой <link id="status_zone"/>:
 <list type="tag">
@@ -698,6 +698,34 @@
 соединений, полученных от клиентов.
 </tag-desc>
 
+<tag-name id="sessions"><literal>sessions</literal></tag-name>
+<tag-desc>
+<list type="tag">
+
+<tag-name><literal>total</literal></tag-name>
+<tag-desc>
+Суммарное число завершённых клиентских сессий.
+</tag-desc>
+
+<tag-name>
+<literal>2xx</literal>,
+<literal>4xx</literal>,
+<literal>5xx</literal>
+</tag-name>
+<tag-desc>
+Число завершённых сессий со
+<link doc="../stream/ngx_stream_core_module.xml" id="var_status">статусами</link>
+2xx, 4xx или 5xx.
+</tag-desc>
+
+</list>
+</tag-desc>
+
+<tag-name id="stream_discarded"><literal>discarded</literal></tag-name>
+<tag-desc>
+Суммарное число соединений, завершённых без создания сессии.
+</tag-desc>
+
 <tag-name><literal>received</literal></tag-name>
 <tag-desc>
 Суммарное число байт, полученных от клиентов.
@@ -882,6 +910,13 @@
 <list type="bullet">
 
 <listitem>
+Поля <link id="sessions"/>
+и поле <link id="stream_discarded">discarded</link> в
+stream <link id="stream_server_zones">server_zones</link>
+были добавлены в <link id="version">версии</link> 7.
+</listitem>
+
+<listitem>
 Поле <link id="zombies"/>
 было перемещено из <link doc="../debugging_log.xml">debug</link>-версии nginx
 в <link id="version">версии</link> 6.
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml	Fri Oct 21 22:26:56 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml	Mon Oct 24 11:49:51 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="54">
+        rev="55">
 
 <section id="summary">
 
@@ -1117,6 +1117,7 @@
 <tag-name><literal>domain=</literal><value>домен</value></tag-name>
 <tag-desc>
 Задаёт <value>домен</value>, для которого устанавливается кука.
+В значении параметра можно использовать переменные (1.11.5).
 </tag-desc>
 
 <tag-name><literal>httponly</literal></tag-name>