comparison 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
comparison
equal deleted inserted replaced
2082:fee7627f6a5a 2083:fb5eef3637a4
1140 </example> 1140 </example>
1141 </para> 1141 </para>
1142 1142
1143 <para> 1143 <para>
1144 If the directive is specified with <literal>if_not_empty</literal> (1.1.11) then 1144 If the directive is specified with <literal>if_not_empty</literal> (1.1.11) then
1145 such a parameter will not be passed to the server until its value is not empty: 1145 such a parameter will be passed to the server only if its value is not empty:
1146 <example> 1146 <example>
1147 scgi_param HTTPS $https if_not_empty; 1147 scgi_param HTTPS $https if_not_empty;
1148 </example> 1148 </example>
1149 </para> 1149 </para>
1150 1150