changeset 2844:eb11724745e3

Corrected syntax in some directives of the ngx_stream_js_module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 04 May 2022 22:40:12 +0100
parents 8e2a95422dc4
children a3aee2697d4e
files xml/ru/docs/stream/ngx_stream_js_module.xml
diffstat 1 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/ru/docs/stream/ngx_stream_js_module.xml	Wed May 04 20:58:05 2022 +0100
+++ b/xml/ru/docs/stream/ngx_stream_js_module.xml	Wed May 04 22:40:12 2022 +0100
@@ -148,9 +148,8 @@
 <directive name="js_fetch_ciphers">
 <syntax><value>шифры</value></syntax>
 <default>HIGH:!aNULL:!MD5</default>
-<context>http</context>
+<context>stream</context>
 <context>server</context>
-<context>location</context>
 <appeared-in>0.7.0</appeared-in>
 
 <para>
@@ -174,9 +173,8 @@
     [<literal>TLSv1.2</literal>]
     [<literal>TLSv1.3</literal>]</syntax>
 <default>TLSv1 TLSv1.1 TLSv1.2</default>
-<context>http</context>
+<context>stream</context>
 <context>server</context>
-<context>location</context>
 <appeared-in>0.7.0</appeared-in>
 
 <para>
@@ -190,9 +188,8 @@
 <directive name="js_fetch_trusted_certificate">
 <syntax><value>файл</value></syntax>
 <default/>
-<context>http</context>
+<context>stream</context>
 <context>server</context>
-<context>location</context>
 <appeared-in>0.7.0</appeared-in>
 
 <para>
@@ -209,9 +206,8 @@
 <directive name="js_fetch_verify_depth">
 <syntax><value>число</value></syntax>
 <default>100</default>
-<context>http</context>
+<context>stream</context>
 <context>server</context>
-<context>location</context>
 <appeared-in>0.7.0</appeared-in>
 
 <para>