Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion xml/en/docs/http/ngx_http_fastcgi_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_http_fastcgi_module"
link="/en/docs/http/ngx_http_fastcgi_module.html"
lang="en"
rev="54">
rev="55">

<section id="summary">

Expand Down Expand Up @@ -86,6 +86,25 @@ to intercept network traffic from the FastCGI server.
</directive>


<directive name="fastcgi_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>http</context>
<context>server</context>
<context>location</context>
<appeared-in>1.29.3</appeared-in>

<para>
Enables or disables the usage of a dynamic
<link id="fastcgi_bind">IP address</link>
for outgoing connections to a FastCGI server.
When enabled, the originating IP address is evaluated
at each connection attempt to a FastCGI server.
Comment on lines +98 to +102
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 1st sentence looks confusing.
Ana there are repetitions to avoid.
What about just:

When enabled, makes the bind (link to the fastcgi_bind directive) operation at each connection attempt.

</para>

</directive>


<directive name="fastcgi_buffer_size">
<syntax><value>size</value></syntax>
<default>4k|8k</default>
Expand Down
21 changes: 20 additions & 1 deletion xml/en/docs/http/ngx_http_grpc_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_http_grpc_module"
link="/en/docs/http/ngx_http_grpc_module.html"
lang="en"
rev="14">
rev="15">

<section id="summary">

Expand Down Expand Up @@ -86,6 +86,25 @@ to intercept network traffic from the gRPC server.
</directive>


<directive name="grpc_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>http</context>
<context>server</context>
<context>location</context>
<appeared-in>1.29.3</appeared-in>

<para>
Enables or disables the usage of a dynamic
<link id="grpc_bind">IP address</link>
for outgoing connections to a gRPC server.
When enabled, the originating IP address is evaluated
at each connection attempt to a gRPC server.
</para>

</directive>


<directive name="grpc_buffer_size">
<syntax><value>size</value></syntax>
<default>4k|8k</default>
Expand Down
21 changes: 20 additions & 1 deletion xml/en/docs/http/ngx_http_memcached_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_http_memcached_module"
link="/en/docs/http/ngx_http_memcached_module.html"
lang="en"
rev="18">
rev="19">

<section id="summary">

Expand Down Expand Up @@ -90,6 +90,25 @@ to intercept network traffic from the memcached server.
</directive>


<directive name="memcached_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>http</context>
<context>server</context>
<context>location</context>
<appeared-in>1.29.3</appeared-in>

<para>
Enables or disables the usage of a dynamic
<link id="memcahced_bind">IP address</link>
for outgoing connections to a memcached server.
When enabled, the originating IP address is evaluated
at each connection attempt to a memcached server.
</para>

</directive>


<directive name="memcached_buffer_size">
<syntax><value>size</value></syntax>
<default>4k|8k</default>
Expand Down
21 changes: 20 additions & 1 deletion xml/en/docs/http/ngx_http_proxy_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_http_proxy_module"
link="/en/docs/http/ngx_http_proxy_module.html"
lang="en"
rev="82">
rev="83">

<section id="summary">

Expand Down Expand Up @@ -81,6 +81,25 @@ to intercept network traffic from the proxied server.
</directive>


<directive name="proxy_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>http</context>
<context>server</context>
<context>location</context>
<appeared-in>1.29.3</appeared-in>

<para>
Enables or disables the usage of a dynamic
<link id="proxy_bind">IP address</link>
for outgoing connections to a proxied server.
When enabled, the originating IP address is evaluated
at each connection attempt to a proxied server.
</para>

</directive>


<directive name="proxy_buffer_size">
<syntax><value>size</value></syntax>
<default>4k|8k</default>
Expand Down
21 changes: 20 additions & 1 deletion xml/en/docs/http/ngx_http_scgi_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_http_scgi_module"
link="/en/docs/http/ngx_http_scgi_module.html"
lang="en"
rev="42">
rev="43">

<section id="summary">

Expand Down Expand Up @@ -79,6 +79,25 @@ to intercept network traffic from the SCGI server.
</directive>


<directive name="scgi_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>http</context>
<context>server</context>
<context>location</context>
<appeared-in>1.29.3</appeared-in>

<para>
Enables or disables the usage of a dynamic
<link id="scgi_bind">IP address</link>
for outgoing connections to an SCGI server.
When enabled, the originating IP address is evaluated
at each connection attempt to an SCGI server.
</para>

</directive>


<directive name="scgi_buffer_size">
<syntax><value>size</value></syntax>
<default>4k|8k</default>
Expand Down
21 changes: 20 additions & 1 deletion xml/en/docs/http/ngx_http_uwsgi_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_http_uwsgi_module"
link="/en/docs/http/ngx_http_uwsgi_module.html"
lang="en"
rev="55">
rev="56">

<section id="summary">

Expand Down Expand Up @@ -79,6 +79,25 @@ to intercept network traffic from the uwsgi server.
</directive>


<directive name="uwsgi_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>http</context>
<context>server</context>
<context>location</context>
<appeared-in>1.29.3</appeared-in>

<para>
Enables or disables the usage of a dynamic
<link id="fastcgi_bind">IP address</link>
for outgoing connections to an uwsgi server.
When enabled, the originating IP address is evaluated
at each connection attempt to an uwsgi server.
</para>

</directive>


<directive name="uwsgi_buffer_size">
<syntax><value>size</value></syntax>
<default>4k|8k</default>
Expand Down
20 changes: 19 additions & 1 deletion xml/en/docs/stream/ngx_stream_proxy_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<module name="Module ngx_stream_proxy_module"
link="/en/docs/stream/ngx_stream_proxy_module.html"
lang="en"
rev="36">
rev="37">

<section id="summary">

Expand Down Expand Up @@ -96,6 +96,24 @@ to intercept network traffic from the proxied server.
</directive>


<directive name="proxy_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>stream</context>
<context>server</context>
<appeared-in>1.29.3</appeared-in>

<para>
Enables or disables the usage of a dynamic
<link id="proxy_bind">IP address</link>
for outgoing connections to a proxied server.
When enabled, the originating IP address is evaluated
at each connection attempt to a proxied server.
</para>

</directive>


<directive name="proxy_buffer_size">
<syntax><value>size</value></syntax>
<default>16k</default>
Expand Down
21 changes: 20 additions & 1 deletion xml/ru/docs/http/ngx_http_fastcgi_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Модуль ngx_http_fastcgi_module"
link="/ru/docs/http/ngx_http_fastcgi_module.html"
lang="ru"
rev="54">
rev="55">

<section id="summary">

Expand Down Expand Up @@ -87,6 +87,25 @@ fastcgi_bind $remote_addr transparent;
</directive>


<directive name="fastcgi_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>http</context>
<context>server</context>
<context>location</context>
<appeared-in>1.29.3</appeared-in>

<para>
Разрешает или запрещает использование динамического
<link id="fastcgi_bind">адреса</link>
для исходящих соединений с FastCGI-сервером.
Если использование динамического адреса включено, то IP-aдрес проверяется
при каждой попытке соединения с FastCGI-сервером.
</para>

</directive>


<directive name="fastcgi_buffer_size">
<syntax><value>размер</value></syntax>
<default>4k|8k</default>
Expand Down
21 changes: 20 additions & 1 deletion xml/ru/docs/http/ngx_http_grpc_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Модуль ngx_http_grpc_module"
link="/ru/docs/http/ngx_http_grpc_module.html"
lang="ru"
rev="14">
rev="15">

<section id="summary">

Expand Down Expand Up @@ -87,6 +87,25 @@ grpc_bind $remote_addr transparent;
</directive>


<directive name="grpc_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>http</context>
<context>server</context>
<context>location</context>
<appeared-in>1.29.3</appeared-in>

<para>
Разрешает или запрещает использование динамического
<link id="grpc_bind">адреса</link>
для исходящих соединений с gRPC-сервером.
Если использование динамического адреса включено, то IP-aдрес проверяется
при каждой попытке соединения с gRPC-сервером.
</para>

</directive>


<directive name="grpc_buffer_size">
<syntax><value>размер</value></syntax>
<default>4k|8k</default>
Expand Down
21 changes: 20 additions & 1 deletion xml/ru/docs/http/ngx_http_memcached_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Модуль ngx_http_memcached_module"
link="/ru/docs/http/ngx_http_memcached_module.html"
lang="ru"
rev="18">
rev="19">

<section id="summary">

Expand Down Expand Up @@ -91,6 +91,25 @@ memcached_bind $remote_addr transparent;
</directive>


<directive name="memcached_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>http</context>
<context>server</context>
<context>location</context>
<appeared-in>1.29.3</appeared-in>

<para>
Разрешает или запрещает использование динамического
<link id="memcached_bind">адреса</link>
для исходящих соединений с сервером memcached.
Если использование динамического адреса включено, то IP-aдрес проверяется
при каждой попытке соединения с сервером memcached.
</para>

</directive>


<directive name="memcached_buffer_size">
<syntax><value>размер</value></syntax>
<default>4k|8k</default>
Expand Down
21 changes: 20 additions & 1 deletion xml/ru/docs/http/ngx_http_proxy_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Модуль ngx_http_proxy_module"
link="/ru/docs/http/ngx_http_proxy_module.html"
lang="ru"
rev="82">
rev="83">

<section id="summary">

Expand Down Expand Up @@ -82,6 +82,25 @@ proxy_bind $remote_addr transparent;
</directive>


<directive name="proxy_bind_dynamic">
<syntax><literal>on</literal> | <literal>off</literal></syntax>
<default>off</default>
<context>http</context>
<context>server</context>
<context>location</context>
<appeared-in>1.29.3</appeared-in>

<para>
Разрешает или запрещает использование динамического
<link id="proxy_bind">адреса</link>
для исходящих соединений с проксируемым сервером.
Если использование динамического адреса включено, то IP-aдрес проверяется
при каждой попытке соединения с проксируемым сервером.
</para>

</directive>


<directive name="proxy_buffer_size">
<syntax><value>размер</value></syntax>
<default>4k|8k</default>
Expand Down
Loading