diff xml/en/docs/http/ngx_http_api_module.xml @ 2956:a85e4d126bc7

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 02 May 2023 11:39:21 +0100
parents 3a2d342533fb
children 6e094f915896
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_api_module.xml	Fri Apr 28 09:25:05 2023 -0700
+++ b/xml/en/docs/http/ngx_http_api_module.xml	Tue May 02 11:39:21 2023 +0100
@@ -208,6 +208,11 @@
 <list type="bullet">
 
 <listitem>
+Detailed failure counters were added to SSL statistics
+in <link id="api_version">version</link> 8 (1.23.2).
+</listitem>
+
+<listitem>
 The <literal>ssl</literal> data
 for each HTTP
 <link id="def_nginx_http_upstream">upstream</link>,
@@ -215,7 +220,7 @@
 and stream
 <link id="def_nginx_stream_upstream">upstream</link>,
 <link id="def_nginx_stream_server_zone">server zone</link>,
-were added in <link id="api_version">version</link> 8.
+were added in <link id="api_version">version</link> 8 (1.21.6).
 </listitem>
 
 <listitem>
@@ -3400,7 +3405,7 @@
 <literal>server</literal> (<literal>string</literal>)
 </tag-name>
 <tag-desc>
-Same as the <link url="https://nginx.org/en/docs/http/ngx_http_upstream_module.html#address">address</link> parameter of the HTTP upstream server. When adding a server, it is possible to specify it as a domain name. In this case, changes of the IP addresses that correspond to a domain name will be monitored and automatically applied to the upstream configuration without the need of restarting nginx. This requires the <link url="https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver">resolver</link> directive in the “<literal>http</literal>” block. See also the <link url="https://nginx.org/en/docs/http/ngx_http_upstream_module.html#resolve">resolve</link> parameter of the HTTP upstream server.
+Same as the <link url="https://nginx.org/en/docs/http/ngx_http_upstream_module.html#server">address</link> parameter of the HTTP upstream server. When adding a server, it is possible to specify it as a domain name. In this case, changes of the IP addresses that correspond to a domain name will be monitored and automatically applied to the upstream configuration without the need of restarting nginx. This requires the <link url="https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver">resolver</link> directive in the “<literal>http</literal>” block. See also the <link url="https://nginx.org/en/docs/http/ngx_http_upstream_module.html#resolve">resolve</link> parameter of the HTTP upstream server.
 </tag-desc>
 <tag-name>
 <literal>service</literal> (<literal>string</literal>)