changeset 1199:5ee8a00f2bc5

Documented the uwsgi_modifier1 and uwsgi_modifier2 directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 20 May 2014 14:41:05 +0400
parents 59099cb4b16f
children 333eccb8a7f6
files xml/en/docs/http/ngx_http_uwsgi_module.xml xml/ru/docs/http/ngx_http_uwsgi_module.xml
diffstat 2 files changed, 62 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Mon May 19 11:44:36 2014 +0400
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Tue May 20 14:41:05 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_uwsgi_module"
         link="/en/docs/http/ngx_http_uwsgi_module.html"
         lang="en"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -677,6 +677,36 @@
 </directive>
 
 
+<directive name="uwsgi_modifier1">
+<syntax><value>number</value></syntax>
+<default>0</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Sets the value of the <literal>modifier1</literal> field in the
+<link url="http://uwsgi-docs.readthedocs.org/en/latest/Protocol.html#uwsgi-packet-header">uwsgi
+packet header</link>.
+</para>
+</directive>
+
+
+<directive name="uwsgi_modifier2">
+<syntax><value>number</value></syntax>
+<default>0</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Sets the value of the <literal>modifier2</literal> field in the
+<link url="http://uwsgi-docs.readthedocs.org/en/latest/Protocol.html#uwsgi-packet-header">uwsgi
+packet header</link>.
+</para>
+</directive>
+
+
 <directive name="uwsgi_next_upstream">
 <syntax>
     <literal>error</literal> |
--- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Mon May 19 11:44:36 2014 +0400
+++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Tue May 20 14:41:05 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_uwsgi_module"
         link="/ru/docs/http/ngx_http_uwsgi_module.html"
         lang="ru"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -673,6 +673,36 @@
 </directive>
 
 
+<directive name="uwsgi_modifier1">
+<syntax><value>число</value></syntax>
+<default>0</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Задаёт значение поля <literal>modifier1</literal> в
+<link url="http://uwsgi-docs.readthedocs.org/en/latest/Protocol.html#uwsgi-packet-header">заголовке
+пакета uwsgi</link>.
+</para>
+</directive>
+
+
+<directive name="uwsgi_modifier2">
+<syntax><value>число</value></syntax>
+<default>0</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Задаёт значение поля <literal>modifier2</literal> в
+<link url="http://uwsgi-docs.readthedocs.org/en/latest/Protocol.html#uwsgi-packet-header">заголовке
+пакета uwsgi</link>.
+</para>
+</directive>
+
+
 <directive name="uwsgi_next_upstream">
 <syntax>
     <literal>error</literal> |