comparison xml/en/docs/http/ngx_http_scgi_module.xml @ 1182:ec1097156f81

Scgi: restored if_not_empty lost during conversion from fastcgi.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 08 May 2014 22:11:36 +0400
parents 9d3beb5890eb
children 55857cbf562d
comparison
equal deleted inserted replaced
1181:b8f0362f61e5 1182:ec1097156f81
795 ... 795 ...
796 } 796 }
797 </example> 797 </example>
798 </para> 798 </para>
799 799
800 <para>
801 If a directive is specified with <literal>if_not_empty</literal> (1.1.11) then
802 such a parameter will not be passed to the server until its value is not empty:
803 <example>
804 scgi_param HTTPS $https if_not_empty;
805 </example>
806 </para>
807
800 </directive> 808 </directive>
801 809
802 810
803 <directive name="scgi_pass"> 811 <directive name="scgi_pass">
804 <syntax><value>address</value></syntax> 812 <syntax><value>address</value></syntax>