comparison xml/en/docs/http/ngx_http_fastcgi_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
1240 </example> 1240 </example>
1241 </para> 1241 </para>
1242 1242
1243 <para> 1243 <para>
1244 If the directive is specified with <literal>if_not_empty</literal> (1.1.11) then 1244 If the directive is specified with <literal>if_not_empty</literal> (1.1.11) then
1245 such a parameter will not be passed to the server until its value is not empty: 1245 such a parameter will be passed to the server only if its value is not empty:
1246 <example> 1246 <example>
1247 fastcgi_param HTTPS $https if_not_empty; 1247 fastcgi_param HTTPS $https if_not_empty;
1248 </example> 1248 </example>
1249 </para> 1249 </para>
1250 1250