diff xml/ru/docs/http/ngx_http_uwsgi_module.xml @ 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 0320929f8544
children 5be7716a5684
line wrap: on
line diff
--- 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> |