Skip to content

Commit d90d0b7

Browse files
committed
Documented "proxy_bind_dynamic" and friends.
1 parent f4a84d8 commit d90d0b7

14 files changed

+334
-14
lines changed

xml/en/docs/http/ngx_http_fastcgi_module.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Module ngx_http_fastcgi_module"
1111
link="/en/docs/http/ngx_http_fastcgi_module.html"
1212
lang="en"
13-
rev="54">
13+
rev="55">
1414

1515
<section id="summary">
1616

@@ -130,6 +130,29 @@ to intercept network traffic from the FastCGI server.
130130
</directive>
131131

132132

133+
<directive name="fastcgi_bind_dynamic">
134+
<syntax><literal>on</literal> | <literal>off</literal></syntax>
135+
<default>off</default>
136+
<context>http</context>
137+
<context>server</context>
138+
<context>location</context>
139+
<appeared-in>1.29.3</appeared-in>
140+
141+
<para>
142+
When enabled, makes the <link id="fastcgi_bind">bind</link> operation
143+
at each connection attempt.
144+
</para>
145+
146+
<para>
147+
<note>
148+
This directive is available as part of our
149+
<commercial_version>commercial subscription</commercial_version>.
150+
</note>
151+
</para>
152+
153+
</directive>
154+
155+
133156
<directive name="fastcgi_buffer_size">
134157
<syntax><value>size</value></syntax>
135158
<default>4k|8k</default>

xml/en/docs/http/ngx_http_grpc_module.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Module ngx_http_grpc_module"
1111
link="/en/docs/http/ngx_http_grpc_module.html"
1212
lang="en"
13-
rev="14">
13+
rev="15">
1414

1515
<section id="summary">
1616

@@ -131,6 +131,29 @@ to intercept network traffic from the gRPC server.
131131
</directive>
132132

133133

134+
<directive name="grpc_bind_dynamic">
135+
<syntax><literal>on</literal> | <literal>off</literal></syntax>
136+
<default>off</default>
137+
<context>http</context>
138+
<context>server</context>
139+
<context>location</context>
140+
<appeared-in>1.29.3</appeared-in>
141+
142+
<para>
143+
When enabled, makes the <link id="grpc_bind">bind</link> operation
144+
at each connection attempt.
145+
</para>
146+
147+
<para>
148+
<note>
149+
This directive is available as part of our
150+
<commercial_version>commercial subscription</commercial_version>.
151+
</note>
152+
</para>
153+
154+
</directive>
155+
156+
134157
<directive name="grpc_buffer_size">
135158
<syntax><value>size</value></syntax>
136159
<default>4k|8k</default>

xml/en/docs/http/ngx_http_memcached_module.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Module ngx_http_memcached_module"
1111
link="/en/docs/http/ngx_http_memcached_module.html"
1212
lang="en"
13-
rev="18">
13+
rev="19">
1414

1515
<section id="summary">
1616

@@ -134,6 +134,29 @@ to intercept network traffic from the memcached server.
134134
</directive>
135135

136136

137+
<directive name="memcached_bind_dynamic">
138+
<syntax><literal>on</literal> | <literal>off</literal></syntax>
139+
<default>off</default>
140+
<context>http</context>
141+
<context>server</context>
142+
<context>location</context>
143+
<appeared-in>1.29.3</appeared-in>
144+
145+
<para>
146+
When enabled, makes the <link id="memcached_bind">bind</link> operation
147+
at each connection attempt.
148+
</para>
149+
150+
<para>
151+
<note>
152+
This directive is available as part of our
153+
<commercial_version>commercial subscription</commercial_version>.
154+
</note>
155+
</para>
156+
157+
</directive>
158+
159+
137160
<directive name="memcached_buffer_size">
138161
<syntax><value>size</value></syntax>
139162
<default>4k|8k</default>

xml/en/docs/http/ngx_http_proxy_module.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Module ngx_http_proxy_module"
1111
link="/en/docs/http/ngx_http_proxy_module.html"
1212
lang="en"
13-
rev="82">
13+
rev="83">
1414

1515
<section id="summary">
1616

@@ -125,6 +125,29 @@ to intercept network traffic from the proxied server.
125125
</directive>
126126

127127

128+
<directive name="proxy_bind_dynamic">
129+
<syntax><literal>on</literal> | <literal>off</literal></syntax>
130+
<default>off</default>
131+
<context>http</context>
132+
<context>server</context>
133+
<context>location</context>
134+
<appeared-in>1.29.3</appeared-in>
135+
136+
<para>
137+
When enabled, makes the <link id="proxy_bind">bind</link> operation
138+
at each connection attempt.
139+
</para>
140+
141+
<para>
142+
<note>
143+
This directive is available as part of our
144+
<commercial_version>commercial subscription</commercial_version>.
145+
</note>
146+
</para>
147+
148+
</directive>
149+
150+
128151
<directive name="proxy_buffer_size">
129152
<syntax><value>size</value></syntax>
130153
<default>4k|8k</default>

xml/en/docs/http/ngx_http_scgi_module.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Module ngx_http_scgi_module"
1111
link="/en/docs/http/ngx_http_scgi_module.html"
1212
lang="en"
13-
rev="42">
13+
rev="43">
1414

1515
<section id="summary">
1616

@@ -123,6 +123,29 @@ to intercept network traffic from the SCGI server.
123123
</directive>
124124

125125

126+
<directive name="scgi_bind_dynamic">
127+
<syntax><literal>on</literal> | <literal>off</literal></syntax>
128+
<default>off</default>
129+
<context>http</context>
130+
<context>server</context>
131+
<context>location</context>
132+
<appeared-in>1.29.3</appeared-in>
133+
134+
<para>
135+
When enabled, makes the <link id="scgi_bind">bind</link> operation
136+
at each connection attempt.
137+
</para>
138+
139+
<para>
140+
<note>
141+
This directive is available as part of our
142+
<commercial_version>commercial subscription</commercial_version>.
143+
</note>
144+
</para>
145+
146+
</directive>
147+
148+
126149
<directive name="scgi_buffer_size">
127150
<syntax><value>size</value></syntax>
128151
<default>4k|8k</default>

xml/en/docs/http/ngx_http_uwsgi_module.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Module ngx_http_uwsgi_module"
1111
link="/en/docs/http/ngx_http_uwsgi_module.html"
1212
lang="en"
13-
rev="55">
13+
rev="56">
1414

1515
<section id="summary">
1616

@@ -123,6 +123,29 @@ to intercept network traffic from the uwsgi server.
123123
</directive>
124124

125125

126+
<directive name="uwsgi_bind_dynamic">
127+
<syntax><literal>on</literal> | <literal>off</literal></syntax>
128+
<default>off</default>
129+
<context>http</context>
130+
<context>server</context>
131+
<context>location</context>
132+
<appeared-in>1.29.3</appeared-in>
133+
134+
<para>
135+
When enabled, makes the <link id="uwsgi_bind">bind</link> operation
136+
at each connection attempt.
137+
</para>
138+
139+
<para>
140+
<note>
141+
This directive is available as part of our
142+
<commercial_version>commercial subscription</commercial_version>.
143+
</note>
144+
</para>
145+
146+
</directive>
147+
148+
126149
<directive name="uwsgi_buffer_size">
127150
<syntax><value>size</value></syntax>
128151
<default>4k|8k</default>

xml/en/docs/stream/ngx_stream_proxy_module.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<module name="Module ngx_stream_proxy_module"
1010
link="/en/docs/stream/ngx_stream_proxy_module.html"
1111
lang="en"
12-
rev="36">
12+
rev="37">
1313

1414
<section id="summary">
1515

@@ -96,6 +96,28 @@ to intercept network traffic from the proxied server.
9696
</directive>
9797

9898

99+
<directive name="proxy_bind_dynamic">
100+
<syntax><literal>on</literal> | <literal>off</literal></syntax>
101+
<default>off</default>
102+
<context>stream</context>
103+
<context>server</context>
104+
<appeared-in>1.29.3</appeared-in>
105+
106+
<para>
107+
When enabled, makes the <link id="proxy_bind">bind</link> operation
108+
at each connection attempt.
109+
</para>
110+
111+
<para>
112+
<note>
113+
This directive is available as part of our
114+
<commercial_version>commercial subscription</commercial_version>.
115+
</note>
116+
</para>
117+
118+
</directive>
119+
120+
99121
<directive name="proxy_buffer_size">
100122
<syntax><value>size</value></syntax>
101123
<default>16k</default>

xml/ru/docs/http/ngx_http_fastcgi_module.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Модуль ngx_http_fastcgi_module"
1111
link="/ru/docs/http/ngx_http_fastcgi_module.html"
1212
lang="ru"
13-
rev="54">
13+
rev="55">
1414

1515
<section id="summary">
1616

@@ -131,6 +131,29 @@ fastcgi_bind $remote_addr transparent;
131131
</directive>
132132

133133

134+
<directive name="fastcgi_bind_dynamic">
135+
<syntax><literal>on</literal> | <literal>off</literal></syntax>
136+
<default>off</default>
137+
<context>http</context>
138+
<context>server</context>
139+
<context>location</context>
140+
<appeared-in>1.29.3</appeared-in>
141+
142+
<para>
143+
Если включено, операция <link id="fastcgi_bind">bind</link> осуществляется
144+
при каждой попытке соединения.
145+
</para>
146+
147+
<para>
148+
<note>
149+
Директива доступна как часть
150+
<commercial_version>коммерческой подписки</commercial_version>.
151+
</note>
152+
</para>
153+
154+
</directive>
155+
156+
134157
<directive name="fastcgi_buffer_size">
135158
<syntax><value>размер</value></syntax>
136159
<default>4k|8k</default>

xml/ru/docs/http/ngx_http_grpc_module.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Модуль ngx_http_grpc_module"
1111
link="/ru/docs/http/ngx_http_grpc_module.html"
1212
lang="ru"
13-
rev="14">
13+
rev="15">
1414

1515
<section id="summary">
1616

@@ -132,6 +132,29 @@ grpc_bind $remote_addr transparent;
132132
</directive>
133133

134134

135+
<directive name="grpc_bind_dynamic">
136+
<syntax><literal>on</literal> | <literal>off</literal></syntax>
137+
<default>off</default>
138+
<context>http</context>
139+
<context>server</context>
140+
<context>location</context>
141+
<appeared-in>1.29.3</appeared-in>
142+
143+
<para>
144+
Если включено, операция <link id="grpc_bind">bind</link> осуществляется
145+
при каждой попытке соединения.
146+
</para>
147+
148+
<para>
149+
<note>
150+
Директива доступна как часть
151+
<commercial_version>коммерческой подписки</commercial_version>.
152+
</note>
153+
</para>
154+
155+
</directive>
156+
157+
135158
<directive name="grpc_buffer_size">
136159
<syntax><value>размер</value></syntax>
137160
<default>4k|8k</default>

xml/ru/docs/http/ngx_http_memcached_module.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Модуль ngx_http_memcached_module"
1111
link="/ru/docs/http/ngx_http_memcached_module.html"
1212
lang="ru"
13-
rev="18">
13+
rev="19">
1414

1515
<section id="summary">
1616

@@ -135,6 +135,29 @@ memcached_bind $remote_addr transparent;
135135
</directive>
136136

137137

138+
<directive name="memcached_bind_dynamic">
139+
<syntax><literal>on</literal> | <literal>off</literal></syntax>
140+
<default>off</default>
141+
<context>http</context>
142+
<context>server</context>
143+
<context>location</context>
144+
<appeared-in>1.29.3</appeared-in>
145+
146+
<para>
147+
Если включено, операция <link id="memcached_bind">bind</link> осуществляется
148+
при каждой попытке соединения.
149+
</para>
150+
151+
<para>
152+
<note>
153+
Директива доступна как часть
154+
<commercial_version>коммерческой подписки</commercial_version>.
155+
</note>
156+
</para>
157+
158+
</directive>
159+
160+
138161
<directive name="memcached_buffer_size">
139162
<syntax><value>размер</value></syntax>
140163
<default>4k|8k</default>

0 commit comments

Comments
 (0)