diff 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
line wrap: on
line diff
--- a/xml/en/index.xml	Thu Sep 22 15:40:51 2016 +0300
+++ b/xml/en/index.xml	Mon Sep 26 20:54:23 2016 +0300
@@ -8,7 +8,7 @@
 <article name="nginx"
          link="/en/"
          lang="en"
-         rev="62">
+         rev="63">
 
 
 <section>
@@ -126,16 +126,6 @@
 </listitem>
 
 <listitem>
-<link doc="docs/example.xml">Flexible configuration</link>;
-</listitem>
-
-<listitem>
-<link doc="docs/control.xml" id="reconfiguration">Reconfiguration</link>
-and <link doc="docs/control.xml" id="upgrade">upgrade of an
-executable</link> without interruption of the client servicing;
-</listitem>
-
-<listitem>
 <link doc="docs/http/ngx_http_log_module.xml" id="log_format">Access
 log formats</link>,
 <link doc="docs/http/ngx_http_log_module.xml" id="access_log">buffered
@@ -202,6 +192,14 @@
 </listitem>
 
 <listitem>
+<link doc="docs/http/ngx_http_geoip_module.xml">IP-based geolocation</link>;
+</listitem>
+
+<listitem>
+<link doc="docs/http/ngx_http_split_clients_module.xml">A/B testing</link>;
+</listitem>
+
+<listitem>
 <link doc="docs/http/ngx_http_perl_module.xml">Embedded Perl</link>.
 </listitem>
 
@@ -284,8 +282,8 @@
 </listitem>
 
 <listitem>
-<link doc="docs/stream/ngx_stream_ssl_module.xml">SSL termination</link>
-for TCP;
+<link doc="docs/stream/ngx_stream_ssl_module.xml">SSL termination and
+SNI support</link> for TCP;
 </listitem>
 
 <listitem>
@@ -299,9 +297,31 @@
 </listitem>
 
 <listitem>
+Executing different functions depending on the
+<link doc="docs/stream/ngx_stream_geo_module.xml">client address</link>;
+</listitem>
+
+<listitem>
 Limiting the number of simultaneous
 <link doc="docs/stream/ngx_stream_limit_conn_module.xml">connections</link>
-coming from one address.
+coming from one address;
+</listitem>
+
+<listitem>
+<link doc="docs/stream/ngx_stream_log_module.xml" id="log_format">Access
+log formats</link>,
+<link doc="docs/stream/ngx_stream_log_module.xml" id="access_log">buffered
+log writing</link>,
+<link doc="docs/control.xml" id="logs">fast log rotation</link>, and
+<link doc="docs/syslog.xml">syslog logging</link>;
+</listitem>
+
+<listitem>
+<link doc="docs/stream/ngx_stream_geoip_module.xml">IP-based geolocation</link>;
+</listitem>
+
+<listitem>
+<link doc="docs/stream/ngx_stream_split_clients_module.xml">A/B testing</link>.
 </listitem>
 
 </list>
@@ -322,6 +342,16 @@
 </listitem>
 
 <listitem>
+<link doc="docs/example.xml">Flexible configuration</link>;
+</listitem>
+
+<listitem>
+<link doc="docs/control.xml" id="reconfiguration">Reconfiguration</link>
+and <link doc="docs/control.xml" id="upgrade">upgrade of an
+executable</link> without interruption of the client servicing;
+</listitem>
+
+<listitem>
 <link doc="docs/events.xml">Support</link> for
 kqueue (FreeBSD 4.1+),
 epoll (Linux 2.6+),