comparison xml/en/index.xml @ 1638:6d9d10ec0974

Mentioned stream access and limit_conn modules in the intro.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 14 Jan 2016 12:35:46 +0300
parents 634017216056
children 442efe0268db
comparison
equal deleted inserted replaced
1637:634017216056 1638:6d9d10ec0974
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
7 7
8 <article name="nginx" 8 <article name="nginx"
9 link="/en/" 9 link="/en/"
10 lang="en" 10 lang="en"
11 rev="48"> 11 rev="49">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
284 <link doc="docs/stream/ngx_stream_ssl_module.xml">SSL termination</link>; 284 <link doc="docs/stream/ngx_stream_ssl_module.xml">SSL termination</link>;
285 <link doc="docs/stream/ngx_stream_upstream_module.xml">load balancing 285 <link doc="docs/stream/ngx_stream_upstream_module.xml">load balancing
286 and fault tolerance</link>; 286 and fault tolerance</link>;
287 </listitem> 287 </listitem>
288 288
289 <listitem>
290 Access control based on
291 <link doc="docs/stream/ngx_stream_access_module.xml">client address</link>;
292 </listitem>
293
294 <listitem>
295 Limiting the number of simultaneous
296 <link doc="docs/stream/ngx_stream_limit_conn_module.xml">connections</link>
297 coming from one address.
298 </listitem>
299
289 </list> 300 </list>
290 </para> 301 </para>
291 302
292 </section> 303 </section>
293 304