comparison xml/en/index.xml @ 1795:d4a584797f51

Updated the list of features on the "About" page.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 26 Sep 2016 20:54:23 +0300
parents 7992d5f907c6
children 42fb2c3c9615
comparison
equal deleted inserted replaced
1794:19eb203ffd41 1795:d4a584797f51
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="62"> 11 rev="63">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
124 id="keepalive_timeout">Keep-alive</link> 124 id="keepalive_timeout">Keep-alive</link>
125 and pipelined connections support; 125 and pipelined connections support;
126 </listitem> 126 </listitem>
127 127
128 <listitem> 128 <listitem>
129 <link doc="docs/example.xml">Flexible configuration</link>;
130 </listitem>
131
132 <listitem>
133 <link doc="docs/control.xml" id="reconfiguration">Reconfiguration</link>
134 and <link doc="docs/control.xml" id="upgrade">upgrade of an
135 executable</link> without interruption of the client servicing;
136 </listitem>
137
138 <listitem>
139 <link doc="docs/http/ngx_http_log_module.xml" id="log_format">Access 129 <link doc="docs/http/ngx_http_log_module.xml" id="log_format">Access
140 log formats</link>, 130 log formats</link>,
141 <link doc="docs/http/ngx_http_log_module.xml" id="access_log">buffered 131 <link doc="docs/http/ngx_http_log_module.xml" id="access_log">buffered
142 log writing</link>, 132 log writing</link>,
143 <link doc="docs/control.xml" id="logs">fast log rotation</link>, and 133 <link doc="docs/control.xml" id="logs">fast log rotation</link>, and
197 Limiting the number of simultaneous 187 Limiting the number of simultaneous
198 <link doc="docs/http/ngx_http_limit_conn_module.xml">connections</link> 188 <link doc="docs/http/ngx_http_limit_conn_module.xml">connections</link>
199 or 189 or
200 <link doc="docs/http/ngx_http_limit_req_module.xml">requests</link> 190 <link doc="docs/http/ngx_http_limit_req_module.xml">requests</link>
201 coming from one address; 191 coming from one address;
192 </listitem>
193
194 <listitem>
195 <link doc="docs/http/ngx_http_geoip_module.xml">IP-based geolocation</link>;
196 </listitem>
197
198 <listitem>
199 <link doc="docs/http/ngx_http_split_clients_module.xml">A/B testing</link>;
202 </listitem> 200 </listitem>
203 201
204 <listitem> 202 <listitem>
205 <link doc="docs/http/ngx_http_perl_module.xml">Embedded Perl</link>. 203 <link doc="docs/http/ngx_http_perl_module.xml">Embedded Perl</link>.
206 </listitem> 204 </listitem>
282 <link doc="docs/stream/ngx_stream_proxy_module.xml">Generic proxying</link> 280 <link doc="docs/stream/ngx_stream_proxy_module.xml">Generic proxying</link>
283 of TCP and UDP; 281 of TCP and UDP;
284 </listitem> 282 </listitem>
285 283
286 <listitem> 284 <listitem>
287 <link doc="docs/stream/ngx_stream_ssl_module.xml">SSL termination</link> 285 <link doc="docs/stream/ngx_stream_ssl_module.xml">SSL termination and
288 for TCP; 286 SNI support</link> for TCP;
289 </listitem> 287 </listitem>
290 288
291 <listitem> 289 <listitem>
292 <link doc="docs/stream/ngx_stream_upstream_module.xml">Load balancing 290 <link doc="docs/stream/ngx_stream_upstream_module.xml">Load balancing
293 and fault tolerance</link>; 291 and fault tolerance</link>;
297 Access control based on 295 Access control based on
298 <link doc="docs/stream/ngx_stream_access_module.xml">client address</link>; 296 <link doc="docs/stream/ngx_stream_access_module.xml">client address</link>;
299 </listitem> 297 </listitem>
300 298
301 <listitem> 299 <listitem>
300 Executing different functions depending on the
301 <link doc="docs/stream/ngx_stream_geo_module.xml">client address</link>;
302 </listitem>
303
304 <listitem>
302 Limiting the number of simultaneous 305 Limiting the number of simultaneous
303 <link doc="docs/stream/ngx_stream_limit_conn_module.xml">connections</link> 306 <link doc="docs/stream/ngx_stream_limit_conn_module.xml">connections</link>
304 coming from one address. 307 coming from one address;
308 </listitem>
309
310 <listitem>
311 <link doc="docs/stream/ngx_stream_log_module.xml" id="log_format">Access
312 log formats</link>,
313 <link doc="docs/stream/ngx_stream_log_module.xml" id="access_log">buffered
314 log writing</link>,
315 <link doc="docs/control.xml" id="logs">fast log rotation</link>, and
316 <link doc="docs/syslog.xml">syslog logging</link>;
317 </listitem>
318
319 <listitem>
320 <link doc="docs/stream/ngx_stream_geoip_module.xml">IP-based geolocation</link>;
321 </listitem>
322
323 <listitem>
324 <link doc="docs/stream/ngx_stream_split_clients_module.xml">A/B testing</link>.
305 </listitem> 325 </listitem>
306 326
307 </list> 327 </list>
308 </para> 328 </para>
309 329
317 <list type="bullet"> 337 <list type="bullet">
318 338
319 <listitem> 339 <listitem>
320 One master and several worker processes; 340 One master and several worker processes;
321 worker processes run under an unprivileged user; 341 worker processes run under an unprivileged user;
342 </listitem>
343
344 <listitem>
345 <link doc="docs/example.xml">Flexible configuration</link>;
346 </listitem>
347
348 <listitem>
349 <link doc="docs/control.xml" id="reconfiguration">Reconfiguration</link>
350 and <link doc="docs/control.xml" id="upgrade">upgrade of an
351 executable</link> without interruption of the client servicing;
322 </listitem> 352 </listitem>
323 353
324 <listitem> 354 <listitem>
325 <link doc="docs/events.xml">Support</link> for 355 <link doc="docs/events.xml">Support</link> for
326 kqueue (FreeBSD 4.1+), 356 kqueue (FreeBSD 4.1+),