changeset 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 b8f0362f61e5
children 1ce4912eb182
files xml/en/docs/http/ngx_http_scgi_module.xml
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_scgi_module.xml	Fri Apr 25 18:01:53 2014 +0400
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml	Thu May 08 22:11:36 2014 +0400
@@ -797,6 +797,14 @@
 </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>