diff xml/en/docs/http/ngx_http_uwsgi_module.xml @ 1885:6839c258c473

Added <literal> tag to proxy bind transparent.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Oct 2016 22:30:01 +0300
parents 0d6ac4838921
children 399d0e188195
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_uwsgi_module"
         link="/en/docs/http/ngx_http_uwsgi_module.html"
         lang="en"
-        rev="31">
+        rev="32">
 
 <section id="summary">
 
@@ -39,7 +39,10 @@ location / {
 <section id="directives" name="Directives">
 
 <directive name="uwsgi_bind">
-<syntax><value>address</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>address</value>
+    [<literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>