diff xml/en/docs/http/ngx_http_uwsgi_module.xml @ 1731:ae6bdb65ca7f

Corrected article in fastcgi_param and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 08 Jun 2016 13:50:50 +0300
parents d855e7cc3b2f
children be371be7a5c8
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Wed Jun 08 16:03:20 2016 +0000
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Wed Jun 08 13:50:50 2016 +0300
@@ -1069,7 +1069,7 @@
 </para>
 
 <para>
-If a directive is specified with <literal>if_not_empty</literal> (1.1.11) then
+If the directive is specified with <literal>if_not_empty</literal> (1.1.11) then
 such a parameter will not be passed to the server until its value is not empty:
 <example>
 uwsgi_param HTTPS $https if_not_empty;