comparison xml/en/docs/http/ngx_http_fastcgi_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
comparison
equal deleted inserted replaced
1730:559f3e36c6c2 1731:ae6bdb65ca7f
1136 fastcgi_param REDIRECT_STATUS 200; 1136 fastcgi_param REDIRECT_STATUS 200;
1137 </example> 1137 </example>
1138 </para> 1138 </para>
1139 1139
1140 <para> 1140 <para>
1141 If a directive is specified with <literal>if_not_empty</literal> (1.1.11) then 1141 If the directive is specified with <literal>if_not_empty</literal> (1.1.11) then
1142 such a parameter will not be passed to the server until its value is not empty: 1142 such a parameter will not be passed to the server until its value is not empty:
1143 <example> 1143 <example>
1144 fastcgi_param HTTPS $https if_not_empty; 1144 fastcgi_param HTTPS $https if_not_empty;
1145 </example> 1145 </example>
1146 </para> 1146 </para>