# HG changeset patch # User Yaroslav Zhuravlev # Date 1465383050 -10800 # Node ID ae6bdb65ca7faf8bacf56823fd97bd1fc83b4ada # Parent 559f3e36c6c2b690a3eca05027cb9546c6a9bc95 Corrected article in fastcgi_param and friends. diff -r 559f3e36c6c2 -r ae6bdb65ca7f xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Wed Jun 08 16:03:20 2016 +0000 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Wed Jun 08 13:50:50 2016 +0300 @@ -1138,7 +1138,7 @@ -If a directive is specified with if_not_empty (1.1.11) then +If the directive is specified with if_not_empty (1.1.11) then such a parameter will not be passed to the server until its value is not empty: fastcgi_param HTTPS $https if_not_empty; diff -r 559f3e36c6c2 -r ae6bdb65ca7f xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml Wed Jun 08 16:03:20 2016 +0000 +++ b/xml/en/docs/http/ngx_http_scgi_module.xml Wed Jun 08 13:50:50 2016 +0300 @@ -1038,7 +1038,7 @@ -If a directive is specified with if_not_empty (1.1.11) then +If the directive is specified with if_not_empty (1.1.11) then such a parameter will not be passed to the server until its value is not empty: scgi_param HTTPS $https if_not_empty; diff -r 559f3e36c6c2 -r ae6bdb65ca7f xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml Wed Jun 08 16:03:20 2016 +0000 +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml Wed Jun 08 13:50:50 2016 +0300 @@ -1069,7 +1069,7 @@ -If a directive is specified with if_not_empty (1.1.11) then +If the directive is specified with if_not_empty (1.1.11) then such a parameter will not be passed to the server until its value is not empty: uwsgi_param HTTPS $https if_not_empty;