diff xml/en/docs/stream/ngx_stream_proxy_module.xml @ 1622:c4c1dddfedac

Unified *_pass address descriptions.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Dec 2015 17:42:48 +0300
parents 08498db38e58
children 48615cf80e20
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_proxy_module.xml
+++ b/xml/en/docs/stream/ngx_stream_proxy_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_proxy_module"
         link="/en/docs/stream/ngx_stream_proxy_module.html"
         lang="en"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -175,7 +175,7 @@ The <literal>0</literal> value turns off
 <para>
 Sets the address of a proxied server.
 The address can be specified as a domain name or IP address,
-and an obligatory port:
+and a port:
 <example>
 proxy_pass localhost:12345;
 </example>