comparison 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
comparison
equal deleted inserted replaced
1198:59099cb4b16f 1199:5ee8a00f2bc5
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_uwsgi_module" 10 <module name="Модуль ngx_http_uwsgi_module"
11 link="/ru/docs/http/ngx_http_uwsgi_module.html" 11 link="/ru/docs/http/ngx_http_uwsgi_module.html"
12 lang="ru" 12 lang="ru"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_uwsgi_module</literal> позволяет передавать 18 Модуль <literal>ngx_http_uwsgi_module</literal> позволяет передавать
671 </para> 671 </para>
672 672
673 </directive> 673 </directive>
674 674
675 675
676 <directive name="uwsgi_modifier1">
677 <syntax><value>число</value></syntax>
678 <default>0</default>
679 <context>http</context>
680 <context>server</context>
681 <context>location</context>
682
683 <para>
684 Задаёт значение поля <literal>modifier1</literal> в
685 <link url="http://uwsgi-docs.readthedocs.org/en/latest/Protocol.html#uwsgi-packet-header">заголовке
686 пакета uwsgi</link>.
687 </para>
688 </directive>
689
690
691 <directive name="uwsgi_modifier2">
692 <syntax><value>число</value></syntax>
693 <default>0</default>
694 <context>http</context>
695 <context>server</context>
696 <context>location</context>
697
698 <para>
699 Задаёт значение поля <literal>modifier2</literal> в
700 <link url="http://uwsgi-docs.readthedocs.org/en/latest/Protocol.html#uwsgi-packet-header">заголовке
701 пакета uwsgi</link>.
702 </para>
703 </directive>
704
705
676 <directive name="uwsgi_next_upstream"> 706 <directive name="uwsgi_next_upstream">
677 <syntax> 707 <syntax>
678 <literal>error</literal> | 708 <literal>error</literal> |
679 <literal>timeout</literal> | 709 <literal>timeout</literal> |
680 <literal>invalid_header</literal> | 710 <literal>invalid_header</literal> |