comparison xml/en/docs/configure.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 5f1d472f6a97
children 23eedf89fd5d
comparison
equal deleted inserted replaced
2955:2c4d7151b9a9 2956:a85e4d126bc7
234 </tag-name> 234 </tag-name>
235 <tag-desc> 235 <tag-desc>
236 enables building a module that provides support for 236 enables building a module that provides support for
237 <link doc="http/ngx_http_v2_module.xml">HTTP/2</link>. 237 <link doc="http/ngx_http_v2_module.xml">HTTP/2</link>.
238 This module is not built by default. 238 This module is not built by default.
239 </tag-desc>
240
241 <tag-name>
242 <literal>--with-http_v3_module</literal>
243 </tag-name>
244 <tag-desc>
245 enables building a module that provides support for
246 <link doc="http/ngx_http_v3_module.xml">HTTP/3</link>.
247 This module is not built by default.
248 An SSL library that provides HTTP/3 support
249 is recommended to build and run this module, such as
250 <link url="https://boringssl.googlesource.com/boringssl">BoringSSL</link>,
251 <link url="https://www.libressl.org">LibreSSL</link>, or
252 <link url="https://github.com/quictls/openssl">QuicTLS</link>.
253 Otherwise, if using the OpenSSL library,
254 OpenSSL compatibility layer will be used
255 that does not support QUIC
256 <link doc="http/ngx_http_ssl_module.xml" id="ssl_early_data">early data</link>.
239 </tag-desc> 257 </tag-desc>
240 258
241 <tag-name> 259 <tag-name>
242 <literal>--with-http_realip_module</literal> 260 <literal>--with-http_realip_module</literal>
243 </tag-name> 261 </tag-name>