changeset 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 9df61c67bdaf
children 2a4bd6782451
files xml/en/docs/http/ngx_http_grpc_module.xml xml/en/docs/http/ngx_http_proxy_module.xml xml/en/docs/http/ngx_http_ssl_module.xml xml/en/docs/http/ngx_http_uwsgi_module.xml xml/en/docs/mail/ngx_mail_ssl_module.xml xml/en/docs/stream/ngx_stream_proxy_module.xml xml/en/docs/stream/ngx_stream_ssl_module.xml xml/en/docs/stream/ngx_stream_zone_sync_module.xml xml/ru/docs/http/ngx_http_grpc_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml xml/ru/docs/http/ngx_http_ssl_module.xml xml/ru/docs/http/ngx_http_uwsgi_module.xml xml/ru/docs/mail/ngx_mail_ssl_module.xml xml/ru/docs/stream/ngx_stream_proxy_module.xml xml/ru/docs/stream/ngx_stream_ssl_module.xml
diffstat 15 files changed, 30 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_grpc_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/en/docs/http/ngx_http_grpc_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_grpc_module"
         link="/en/docs/http/ngx_http_grpc_module.html"
         lang="en"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -535,7 +535,7 @@
 
 
 <directive name="grpc_ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="73">
+        rev="74">
 
 <section id="summary">
 
@@ -1995,7 +1995,7 @@
 
 
 <directive name="proxy_ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="56">
+        rev="57">
 
 <section id="summary">
 
@@ -297,7 +297,7 @@
 
 
 <directive name="ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_uwsgi_module"
         link="/en/docs/http/ngx_http_uwsgi_module.html"
         lang="en"
-        rev="47">
+        rev="48">
 
 <section id="summary">
 
@@ -1445,7 +1445,7 @@
 
 
 <directive name="uwsgi_ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/en/docs/mail/ngx_mail_ssl_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_ssl_module"
         link="/en/docs/mail/ngx_mail_ssl_module.html"
         lang="en"
-        rev="23">
+        rev="24">
 
 <section id="summary">
 
@@ -239,7 +239,7 @@
 
 
 <directive name="ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>mail</context>
 <context>server</context>
--- a/xml/en/docs/stream/ngx_stream_proxy_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/en/docs/stream/ngx_stream_proxy_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_proxy_module"
         link="/en/docs/stream/ngx_stream_proxy_module.html"
         lang="en"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -448,7 +448,7 @@
 
 
 <directive name="proxy_ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>stream</context>
 <context>server</context>
--- a/xml/en/docs/stream/ngx_stream_ssl_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_ssl_module"
         link="/en/docs/stream/ngx_stream_ssl_module.html"
         lang="en"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -254,7 +254,7 @@
 
 
 <directive name="ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>stream</context>
 <context>server</context>
--- a/xml/en/docs/stream/ngx_stream_zone_sync_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/en/docs/stream/ngx_stream_zone_sync_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_zone_sync_module"
         link="/en/docs/stream/ngx_stream_zone_sync_module.html"
         lang="en"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -321,7 +321,7 @@
 
 
 <directive name="zone_sync_ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>stream</context>
 <context>server</context>
--- a/xml/ru/docs/http/ngx_http_grpc_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/ru/docs/http/ngx_http_grpc_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_grpc_module"
         link="/ru/docs/http/ngx_http_grpc_module.html"
         lang="ru"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -534,7 +534,7 @@
 
 
 <directive name="grpc_ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="73">
+        rev="74">
 
 <section id="summary">
 
@@ -1996,7 +1996,7 @@
 
 
 <directive name="proxy_ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="56">
+        rev="57">
 
 <section id="summary">
 
@@ -300,7 +300,7 @@
 
 
 <directive name="ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_uwsgi_module"
         link="/ru/docs/http/ngx_http_uwsgi_module.html"
         lang="ru"
-        rev="47">
+        rev="48">
 
 <section id="summary">
 
@@ -1441,7 +1441,7 @@
 
 
 <directive name="uwsgi_ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/ru/docs/mail/ngx_mail_ssl_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/ru/docs/mail/ngx_mail_ssl_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_ssl_module"
         link="/ru/docs/mail/ngx_mail_ssl_module.html"
         lang="ru"
-        rev="23">
+        rev="24">
 
 <section id="summary">
 
@@ -241,7 +241,7 @@
 
 
 <directive name="ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>mail</context>
 <context>server</context>
--- a/xml/ru/docs/stream/ngx_stream_proxy_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/ru/docs/stream/ngx_stream_proxy_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_proxy_module"
         link="/ru/docs/stream/ngx_stream_proxy_module.html"
         lang="ru"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -447,7 +447,7 @@
 
 
 <directive name="proxy_ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>stream</context>
 <context>server</context>
--- a/xml/ru/docs/stream/ngx_stream_ssl_module.xml	Mon Mar 28 19:19:04 2022 +0100
+++ b/xml/ru/docs/stream/ngx_stream_ssl_module.xml	Fri Feb 18 11:24:41 2022 -0800
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_ssl_module"
         link="/ru/docs/stream/ngx_stream_ssl_module.html"
         lang="ru"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -257,7 +257,7 @@
 
 
 <directive name="ssl_conf_command">
-<syntax><value>command</value></syntax>
+<syntax><value>command</value> ...</syntax>
 <default/>
 <context>stream</context>
 <context>server</context>