# HG changeset patch # User Ruslan Ermilov # Date 1495814283 -10800 # Node ID 4f3dd2f548cf3426db12cf17819bd414bd90d3b0 # Parent a108f1ff1690f54051c03bd5c35378d0fdffdcea Documented variables in fastcgi_pass, scgi_pass, and uwsgi_pass. diff -r a108f1ff1690 -r 4f3dd2f548cf xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Fri May 26 18:58:02 2017 +0300 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Fri May 26 18:58:03 2017 +0300 @@ -10,7 +10,7 @@ + rev="47">
@@ -1268,6 +1268,15 @@ server group. + +Parameter value can contain variables. +In this case, if an address is specified as a domain name, +the name is searched among the described +server groups, +and, if not found, is determined using a +. + + diff -r a108f1ff1690 -r 4f3dd2f548cf xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml Fri May 26 18:58:02 2017 +0300 +++ b/xml/en/docs/http/ngx_http_scgi_module.xml Fri May 26 18:58:03 2017 +0300 @@ -10,7 +10,7 @@ + rev="36">
@@ -1168,6 +1168,15 @@ server group. + +Parameter value can contain variables. +In this case, if an address is specified as a domain name, +the name is searched among the described +server groups, +and, if not found, is determined using a +. + + diff -r a108f1ff1690 -r 4f3dd2f548cf xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml Fri May 26 18:58:02 2017 +0300 +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml Fri May 26 18:58:03 2017 +0300 @@ -10,7 +10,7 @@ + rev="40">
@@ -1205,6 +1205,15 @@ +Parameter value can contain variables. +In this case, if an address is specified as a domain name, +the name is searched among the described +server groups, +and, if not found, is determined using a +. + + + Secured uwsgi protocol is supported since version 1.5.8. diff -r a108f1ff1690 -r 4f3dd2f548cf xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml Fri May 26 18:58:02 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml Fri May 26 18:58:03 2017 +0300 @@ -10,7 +10,7 @@ + rev="47">
@@ -1266,6 +1266,15 @@ группой серверов. + +В значении параметра можно использовать переменные. +В этом случае, если адрес указан в виде доменного имени, +имя ищется среди описанных +групп серверов +и если не найдено, то определяется с помощью +’а. + + diff -r a108f1ff1690 -r 4f3dd2f548cf xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml Fri May 26 18:58:02 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml Fri May 26 18:58:03 2017 +0300 @@ -10,7 +10,7 @@ + rev="36">
@@ -1165,6 +1165,15 @@ группой серверов. + +В значении параметра можно использовать переменные. +В этом случае, если адрес указан в виде доменного имени, +имя ищется среди описанных +групп серверов +и если не найдено, то определяется с помощью +’а. + + diff -r a108f1ff1690 -r 4f3dd2f548cf xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml Fri May 26 18:58:02 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml Fri May 26 18:58:03 2017 +0300 @@ -10,7 +10,7 @@ + rev="40">
@@ -1199,6 +1199,15 @@ +В значении параметра можно использовать переменные. +В этом случае, если адрес указан в виде доменного имени, +имя ищется среди описанных +групп серверов +и если не найдено, то определяется с помощью +’а. + + + Протокол secured uwsgi поддерживается начиная с версии 1.5.8.