comparison xml/en/docs/stream/ngx_stream_zone_sync_module.xml @ 2632:52500ccb82c1

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 04 Dec 2020 13:34:05 +0000
parents 2313c14d93b5
children 92e5dca02091
comparison
equal deleted inserted replaced
2631:7da360f50017 2632:52500ccb82c1
318 </para> 318 </para>
319 319
320 </directive> 320 </directive>
321 321
322 322
323 <directive name="zone_sync_ssl_conf_command">
324 <syntax><value>command</value></syntax>
325 <default/>
326 <context>stream</context>
327 <context>server</context>
328 <appeared-in>1.19.4</appeared-in>
329
330 <para>
331 Sets arbitrary OpenSSL configuration
332 <link url="https://www.openssl.org/docs/man1.1.1/man3/SSL_CONF_cmd.html">commands</link>
333 when establishing a connection with another cluster server.
334 <note>
335 The directive is supported when using OpenSSL 1.0.2 or higher.
336 </note>
337 </para>
338
339 <para>
340 Several <literal>zone_sync_ssl_conf_command</literal> directives
341 can be specified on the same level.
342 These directives are inherited from the previous configuration level
343 if and only if there are
344 no <literal>zone_sync_ssl_conf_command</literal> directives
345 defined on the current level.
346 </para>
347
348 <para>
349 <note>
350 Note that configuring OpenSSL directly
351 might result in unexpected behavior.
352 </note>
353 </para>
354
355 </directive>
356
357
323 <directive name="zone_sync_ssl_crl"> 358 <directive name="zone_sync_ssl_crl">
324 <syntax><value>file</value></syntax> 359 <syntax><value>file</value></syntax>
325 <default/> 360 <default/>
326 <context>stream</context> 361 <context>stream</context>
327 <context>server</context> 362 <context>server</context>