diff xml/en/linux_packages.xml @ 1788:e739f2281571

Mentioned --with-stream_realip_module configure argument for mainline packages.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 13 Sep 2016 19:21:25 +0300
parents 135f381a4097
children ef3590465d67
line wrap: on
line diff
--- a/xml/en/linux_packages.xml	Tue Sep 13 19:12:14 2016 +0300
+++ b/xml/en/linux_packages.xml	Tue Sep 13 19:21:25 2016 +0300
@@ -7,7 +7,7 @@
 <article name="nginx: Linux packages"
          link="/en/linux_packages.html"
          lang="en"
-         rev="21"
+         rev="22"
          toc="no">
 
 <section id="distributions">
@@ -284,7 +284,7 @@
 <section name="Configure Arguments" id="arguments">
 
 <para>
-Configure arguments common for nginx binaries from pre-built packages:
+Configure arguments common for nginx binaries from pre-built packages for stable version:
 <programlisting>
 --prefix=/etc/nginx
 --sbin-path=/usr/sbin/nginx
@@ -326,6 +326,13 @@
 </para>
 
 <para>
+Packages for mainline version also have the following arguments:
+<programlisting>
+--with-stream_realip_module
+</programlisting>
+</para>
+
+<para>
 Main nginx package is built with all modules that do not require additional
 libraries to avoid extra dependencies.
 </para>