comparison xml/ru/docs/http/ngx_http_uwsgi_module.xml @ 1290:f5cc9f2aef9a

Proxy/memcached/fastcgi/scgi/uwsgi: _next_upstream_timeout,_next_upstream_tries.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 12 Sep 2014 16:38:33 +0400
parents 57fc39924d42
children 91a064bdb4f9
comparison
equal deleted inserted replaced
1289:57fc39924d42 1290:f5cc9f2aef9a
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="6"> 13 rev="7">
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> позволяет передавать
771 считаются неудачными попытками, только если они указаны в директиве. 771 считаются неудачными попытками, только если они указаны в директиве.
772 Случаи <literal>http_403</literal> и <literal>http_404</literal> 772 Случаи <literal>http_403</literal> и <literal>http_404</literal>
773 никогда не считаются неудачными попытками. 773 никогда не считаются неудачными попытками.
774 </para> 774 </para>
775 775
776 <para>
777 Передача запроса следующему серверу может быть ограничена по
778 <link id="uwsgi_next_upstream_tries">количеству попыток</link>
779 и по <link id="uwsgi_next_upstream_timeout">времени</link>.
780 </para>
781
782 </directive>
783
784
785 <directive name="uwsgi_next_upstream_timeout">
786 <syntax><value>время</value></syntax>
787 <default>0</default>
788 <context>http</context>
789 <context>server</context>
790 <context>location</context>
791 <appeared-in>1.7.5</appeared-in>
792
793 <para>
794 Ограничивает время, в течение которого возможна передача запроса
795 <link id="uwsgi_next_upstream">следующему серверу</link>.
796 Значение <literal>0</literal> отключает это ограничение.
797 </para>
798
799 </directive>
800
801
802 <directive name="uwsgi_next_upstream_tries">
803 <syntax><value>число</value></syntax>
804 <default>0</default>
805 <context>http</context>
806 <context>server</context>
807 <context>location</context>
808 <appeared-in>1.7.5</appeared-in>
809
810 <para>
811 Ограничивает число допустимых попыток для передачи запроса
812 <link id="uwsgi_next_upstream">следующему серверу</link>.
813 Значение <literal>0</literal> отключает это ограничение.
814 </para>
815
776 </directive> 816 </directive>
777 817
778 818
779 <directive name="uwsgi_no_cache"> 819 <directive name="uwsgi_no_cache">
780 <syntax><value>строка</value> ...</syntax> 820 <syntax><value>строка</value> ...</syntax>