# HG changeset patch # User Yaroslav Zhuravlev # Date 1661262700 -3600 # Node ID 4959250ba4299b3df47ce71b35787c7f855834f2 # Parent 986e1f930e3b284989fdfb91f70c71c5be933694 Added links to njs directives in "Stream Processing". diff --git a/xml/en/docs/stream/stream_processing.xml b/xml/en/docs/stream/stream_processing.xml --- a/xml/en/docs/stream/stream_processing.xml +++ b/xml/en/docs/stream/stream_processing.xml @@ -7,7 +7,7 @@
+ rev="4">
@@ -43,8 +43,12 @@ modules are invoked at this phase. 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 @@ Reading initial bytes of data into the 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 @@ Mandatory phase where data is actually p upstream servers, or a specified value is returned to a client. +For njs, +the directive +is invoked at this phase. diff --git a/xml/ru/docs/stream/stream_processing.xml b/xml/ru/docs/stream/stream_processing.xml --- a/xml/ru/docs/stream/stream_processing.xml +++ b/xml/ru/docs/stream/stream_processing.xml @@ -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 +в этой фазе выполняется +директива .