comparison xml/en/index.xml @ 1662:48615cf80e20

Documented the UDP proxy functionality.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 15 Mar 2016 16:31:42 +0300
parents 3526de7d75a6
children 552c06be2335
comparison
equal deleted inserted replaced
1661:0da7c65fdae5 1662:48615cf80e20
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="53"> 11 rev="54">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
17 nginx [engine x] is an HTTP and reverse proxy server, 17 nginx [engine x] is an HTTP and reverse proxy server,
18 a mail proxy server, 18 a mail proxy server,
19 and a generic TCP proxy server, 19 and a generic TCP/UDP proxy server,
20 originally written by <link url="http://sysoev.ru/en/">Igor Sysoev</link>. 20 originally written by <link url="http://sysoev.ru/en/">Igor Sysoev</link>.
21 For a long time, it has been running 21 For a long time, it has been running
22 on many heavily loaded Russian sites including 22 on many heavily loaded Russian sites including
23 <link url="http://www.yandex.ru">Yandex</link>, 23 <link url="http://www.yandex.ru">Yandex</link>,
24 <link url="http://mail.ru">Mail.Ru</link>, 24 <link url="http://mail.ru">Mail.Ru</link>,
270 </para> 270 </para>
271 271
272 </section> 272 </section>
273 273
274 274
275 <section id="tcp_proxy_server_features" 275 <section id="generic_proxy_server_features"
276 name="TCP proxy server features"> 276 name="TCP/UDP proxy server features">
277 277
278 <para> 278 <para>
279 <list type="bullet"> 279 <list type="bullet">
280 280
281 <listitem> 281 <listitem>
282 <link doc="docs/stream/ngx_stream_proxy_module.xml">Generic proxying</link> 282 <link doc="docs/stream/ngx_stream_proxy_module.xml">Generic proxying</link>
283 with 283 of TCP and UDP;
284 <link doc="docs/stream/ngx_stream_ssl_module.xml">SSL termination</link>; 284 </listitem>
285 <link doc="docs/stream/ngx_stream_upstream_module.xml">load balancing 285
286 <listitem>
287 <link doc="docs/stream/ngx_stream_ssl_module.xml">SSL termination</link>
288 for TCP;
289 </listitem>
290
291 <listitem>
292 <link doc="docs/stream/ngx_stream_upstream_module.xml">Load balancing
286 and fault tolerance</link>; 293 and fault tolerance</link>;
287 </listitem> 294 </listitem>
288 295
289 <listitem> 296 <listitem>
290 Access control based on 297 Access control based on