comparison xml/en/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="Module ngx_http_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
675 </para> 675 </para>
676 676
677 </directive> 677 </directive>
678 678
679 679
680 <directive name="uwsgi_modifier1">
681 <syntax><value>number</value></syntax>
682 <default>0</default>
683 <context>http</context>
684 <context>server</context>
685 <context>location</context>
686
687 <para>
688 Sets the value of the <literal>modifier1</literal> field in the
689 <link url="http://uwsgi-docs.readthedocs.org/en/latest/Protocol.html#uwsgi-packet-header">uwsgi
690 packet header</link>.
691 </para>
692 </directive>
693
694
695 <directive name="uwsgi_modifier2">
696 <syntax><value>number</value></syntax>
697 <default>0</default>
698 <context>http</context>
699 <context>server</context>
700 <context>location</context>
701
702 <para>
703 Sets the value of the <literal>modifier2</literal> field in the
704 <link url="http://uwsgi-docs.readthedocs.org/en/latest/Protocol.html#uwsgi-packet-header">uwsgi
705 packet header</link>.
706 </para>
707 </directive>
708
709
680 <directive name="uwsgi_next_upstream"> 710 <directive name="uwsgi_next_upstream">
681 <syntax> 711 <syntax>
682 <literal>error</literal> | 712 <literal>error</literal> |
683 <literal>timeout</literal> | 713 <literal>timeout</literal> |
684 <literal>invalid_header</literal> | 714 <literal>invalid_header</literal> |