comparison xml/en/docs/stream/ngx_stream_ssl_module.xml @ 2837:92e5dca02091

Corrected syntax of ssl_conf_command and friends.
author Dj Gilcrease <d.gilcrease@f5.com>
date Fri, 18 Feb 2022 11:24:41 -0800
parents 4add6ae1296f
children 0d355d154181
comparison
equal deleted inserted replaced
2836:9df61c67bdaf 2837:92e5dca02091
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_ssl_module" 9 <module name="Module ngx_stream_ssl_module"
10 link="/en/docs/stream/ngx_stream_ssl_module.html" 10 link="/en/docs/stream/ngx_stream_ssl_module.html"
11 lang="en" 11 lang="en"
12 rev="28"> 12 rev="29">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0) 17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0)
252 252
253 </directive> 253 </directive>
254 254
255 255
256 <directive name="ssl_conf_command"> 256 <directive name="ssl_conf_command">
257 <syntax><value>command</value></syntax> 257 <syntax><value>command</value> ...</syntax>
258 <default/> 258 <default/>
259 <context>stream</context> 259 <context>stream</context>
260 <context>server</context> 260 <context>server</context>
261 <appeared-in>1.19.4</appeared-in> 261 <appeared-in>1.19.4</appeared-in>
262 262