diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_scgi_module.xml
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml
@@ -797,6 +797,14 @@ location / {
 </example>
 </para>
 
+<para>
+If a 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:
+<example>
+scgi_param HTTPS $https if_not_empty;
+</example>
+</para>
+
 </directive>