diff xml/en/docs/http/ngx_http_scgi_module.xml @ 2083:fb5eef3637a4

Avoid double negative in if_not_empty. Use of "not" and "until" in the same sentence makes it confusing. Moreover, use of "until" with something that doesn't describe an event or point in time is wrong.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 11 Dec 2017 19:15:31 +0300
parents fc3ba2e76974
children a9a9a052b5bd
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_scgi_module.xml	Mon Dec 11 12:13:09 2017 +0300
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml	Mon Dec 11 19:15:31 2017 +0300
@@ -1142,7 +1142,7 @@
 
 <para>
 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:
+such a parameter will be passed to the server only if its value is not empty:
 <example>
 scgi_param HTTPS $https if_not_empty;
 </example>