diff xml/en/docs/stream/ngx_stream_proxy_module.xml @ 1462:e69e4dbcc760

Documented OSS stream modules.
author Vladimir Homutov <vl@nginx.com>
date Tue, 21 Apr 2015 13:47:00 +0300
parents f5b5eefc43cb
children 3687cc9a3592
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_proxy_module.xml	Tue Apr 21 14:47:19 2015 +0300
+++ b/xml/en/docs/stream/ngx_stream_proxy_module.xml	Tue Apr 21 13:47:00 2015 +0300
@@ -9,22 +9,15 @@
 <module name="Module ngx_stream_proxy_module"
         link="/en/docs/stream/ngx_stream_proxy_module.html"
         lang="en"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
 <para>
-The <literal>ngx_stream_proxy_module</literal> module (1.7.7) allows passing
+The <literal>ngx_stream_proxy_module</literal> module (1.9.0) allows passing
 connections to another server over TCP and UNIX-domain sockets.
 </para>
 
-<para>
-<note>
-This module is available as part of our
-<commercial_version>commercial subscription</commercial_version>.
-</note>
-</para>
-
 </section>
 
 
@@ -88,7 +81,6 @@
 <default>on</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 When a connection to the proxied server cannot be established, determines
@@ -109,7 +101,6 @@
 <default>0</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Limits the time allowed to pass a connection to the
@@ -125,7 +116,6 @@
 <default>0</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Limits the number of possible tries for passing a connection to the
@@ -169,7 +159,6 @@
 <default>off</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Enables the SSL/TLS protocol for connections to a proxied server.
@@ -183,7 +172,6 @@
 <default/>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Specifies a <value>file</value> with the certificate in the PEM format
@@ -198,7 +186,6 @@
 <default/>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Specifies a <value>file</value> with the secret key in the PEM format
@@ -213,7 +200,6 @@
 <default>DEFAULT</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Specifies the enabled ciphers for connections to a proxied server.
@@ -233,7 +219,6 @@
 <default/>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Specifies a <value>file</value> with revoked certificates (CRL)
@@ -249,7 +234,6 @@
 <default>host from proxy_pass</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Allows to override the server name used to
@@ -271,7 +255,6 @@
 <default/>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Specifies a <value>file</value> with passphrases for
@@ -288,7 +271,6 @@
 <default>off</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Enables or disables passing of the server name through
@@ -305,7 +287,6 @@
 <default>on</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Determines whether SSL sessions can be reused when working with
@@ -328,7 +309,6 @@
 <default>SSLv3 TLSv1 TLSv1.1 TLSv1.2</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Enables the specified protocols for connections to a proxied server.
@@ -342,7 +322,6 @@
 <default/>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Specifies a <value>file</value> with trusted CA certificates in the PEM format
@@ -358,7 +337,6 @@
 <default>off</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Enables or disables verification of the proxied server certificate.
@@ -372,7 +350,6 @@
 <default>1</default>
 <context>stream</context>
 <context>server</context>
-<appeared-in>1.7.10</appeared-in>
 
 <para>
 Sets the verification depth in the proxied server certificates chain.