comparison 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
comparison
equal deleted inserted replaced
2955:2c4d7151b9a9 2956:a85e4d126bc7
206 206
207 <para> 207 <para>
208 <list type="bullet"> 208 <list type="bullet">
209 209
210 <listitem> 210 <listitem>
211 Detailed failure counters were added to SSL statistics
212 in <link id="api_version">version</link> 8 (1.23.2).
213 </listitem>
214
215 <listitem>
211 The <literal>ssl</literal> data 216 The <literal>ssl</literal> data
212 for each HTTP 217 for each HTTP
213 <link id="def_nginx_http_upstream">upstream</link>, 218 <link id="def_nginx_http_upstream">upstream</link>,
214 <link id="def_nginx_http_server_zone">server zone</link>, 219 <link id="def_nginx_http_server_zone">server zone</link>,
215 and stream 220 and stream
216 <link id="def_nginx_stream_upstream">upstream</link>, 221 <link id="def_nginx_stream_upstream">upstream</link>,
217 <link id="def_nginx_stream_server_zone">server zone</link>, 222 <link id="def_nginx_stream_server_zone">server zone</link>,
218 were added in <link id="api_version">version</link> 8. 223 were added in <link id="api_version">version</link> 8 (1.21.6).
219 </listitem> 224 </listitem>
220 225
221 <listitem> 226 <listitem>
222 The <literal>codes</literal> data 227 The <literal>codes</literal> data
223 in <literal>responses</literal> for each HTTP 228 in <literal>responses</literal> for each HTTP
3398 </tag-desc> 3403 </tag-desc>
3399 <tag-name> 3404 <tag-name>
3400 <literal>server</literal> (<literal>string</literal>) 3405 <literal>server</literal> (<literal>string</literal>)
3401 </tag-name> 3406 </tag-name>
3402 <tag-desc> 3407 <tag-desc>
3403 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. 3408 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.
3404 </tag-desc> 3409 </tag-desc>
3405 <tag-name> 3410 <tag-name>
3406 <literal>service</literal> (<literal>string</literal>) 3411 <literal>service</literal> (<literal>string</literal>)
3407 </tag-name> 3412 </tag-name>
3408 <tag-desc> 3413 <tag-desc>