# HG changeset patch # User Yaroslav Zhuravlev # Date 1400582465 -14400 # Node ID 5ee8a00f2bc59fdedba3cc9f88954d2387ad0f0d # Parent 59099cb4b16f5377004b6e5afd97dfd3ed22eeea Documented the uwsgi_modifier1 and uwsgi_modifier2 directives. diff --git a/xml/en/docs/http/ngx_http_uwsgi_module.xml b/xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml @@ -10,7 +10,7 @@ + rev="4">
@@ -677,6 +677,36 @@ The zero value disables buffering of res + +number +0 +http +server +location + + +Sets the value of the modifier1 field in the +uwsgi +packet header. + + + + + +number +0 +http +server +location + + +Sets the value of the modifier2 field in the +uwsgi +packet header. + + + + error | diff --git a/xml/ru/docs/http/ngx_http_uwsgi_module.xml b/xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml @@ -10,7 +10,7 @@ + rev="4">
@@ -673,6 +673,36 @@ uwsgi-сервера, и ответ не вмещается целиком в буферы, + +число +0 +http +server +location + + +Задаёт значение поля modifier1 в +заголовке +пакета uwsgi. + + + + + +число +0 +http +server +location + + +Задаёт значение поля modifier2 в +заголовке +пакета uwsgi. + + + + error |