# HG changeset patch # User Yaroslav Zhuravlev # Date 1661262700 -3600 # Node ID 4959250ba4299b3df47ce71b35787c7f855834f2 # Parent 986e1f930e3b284989fdfb91f70c71c5be933694 Added links to njs directives in "Stream Processing". diff -r 986e1f930e3b -r 4959250ba429 xml/en/docs/stream/stream_processing.xml --- a/xml/en/docs/stream/stream_processing.xml Thu Aug 18 15:44:39 2022 +0100 +++ b/xml/en/docs/stream/stream_processing.xml Tue Aug 23 14:51:40 2022 +0100 @@ -7,7 +7,7 @@
+ rev="4">
@@ -43,8 +43,12 @@ Client access limitation before actual data processing. -The ngx_stream_access_module -module is invoked at this phase. +At this phase, +the ngx_stream_access_module +module is invoked, +for njs, +the directive +is invoked. @@ -65,6 +69,9 @@ to allow modules such as ngx_stream_ssl_preread_module analyze the data before its processing. +For njs, +the directive +is invoked at this phase. @@ -76,6 +83,9 @@ upstream servers, or a specified value is returned to a client. +For njs, +the directive +is invoked at this phase. diff -r 986e1f930e3b -r 4959250ba429 xml/ru/docs/stream/stream_processing.xml --- a/xml/ru/docs/stream/stream_processing.xml Thu Aug 18 15:44:39 2022 +0100 +++ b/xml/ru/docs/stream/stream_processing.xml Tue Aug 23 14:51:40 2022 +0100 @@ -7,7 +7,7 @@
+ rev="4">
@@ -42,8 +42,13 @@ Ограничение доступа для клиента перед обработкой данных. -В этой фазе выполняется модуль -ngx_stream_access_module. +В этой фазе +выполняется модуль +ngx_stream_access_module, +при использовании njs +выполняется +директива . + @@ -65,7 +70,10 @@ предварительного чтения для анализа, например модулем ngx_stream_ssl_preread_module, -перед их обработкой +перед их обработкой. +При использовании njs +в этой фазе выполняется +директива . @@ -77,6 +85,9 @@ группу серверов или отправка клиенту заданного значения. +При использовании njs +в этой фазе выполняется +директива .