changeset 1289:57fc39924d42

Proxy/memcached/fastcgi/scgi/uwsgi: updated link in _next_upstream directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 12 Sep 2014 15:31:55 +0400
parents 716618f57bac
children f5cc9f2aef9a
files xml/en/docs/http/ngx_http_fastcgi_module.xml xml/en/docs/http/ngx_http_memcached_module.xml xml/en/docs/http/ngx_http_proxy_module.xml xml/en/docs/http/ngx_http_scgi_module.xml xml/en/docs/http/ngx_http_uwsgi_module.xml xml/ru/docs/http/ngx_http_fastcgi_module.xml xml/ru/docs/http/ngx_http_memcached_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml xml/ru/docs/http/ngx_http_scgi_module.xml xml/ru/docs/http/ngx_http_uwsgi_module.xml
diffstat 10 files changed, 40 insertions(+), 35 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml	Wed Sep 10 19:07:11 2014 +0400
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml	Fri Sep 12 15:31:55 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_fastcgi_module"
         link="/en/docs/http/ngx_http_fastcgi_module.html"
         lang="en"
-        rev="16">
+        rev="17">
 
 <section id="summary">
 
@@ -816,9 +816,9 @@
 </para>
 
 <para>
-The directive also defines what is considered an unsuccessful attempt
-of communication with a
-<link doc="ngx_http_upstream_module.xml" id="server"/>.
+The directive also defines what is considered an
+<link doc="ngx_http_upstream_module.xml" id="max_fails">unsuccessful
+attempt</link> of communication with a server.
 The cases of <literal>error</literal>, <literal>timeout</literal> and
 <literal>invalid_header</literal> are always considered unsuccessful attempts,
 even if they are not specified in the directive.
--- a/xml/en/docs/http/ngx_http_memcached_module.xml	Wed Sep 10 19:07:11 2014 +0400
+++ b/xml/en/docs/http/ngx_http_memcached_module.xml	Fri Sep 12 15:31:55 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_memcached_module"
         link="/en/docs/http/ngx_http_memcached_module.html"
         lang="en"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -163,9 +163,9 @@
 </para>
 
 <para>
-The directive also defines what is considered an unsuccessful attempt
-of communication with a
-<link doc="ngx_http_upstream_module.xml" id="server"/>.
+The directive also defines what is considered an
+<link doc="ngx_http_upstream_module.xml" id="max_fails">unsuccessful
+attempt</link> of communication with a server.
 The cases of <literal>error</literal>, <literal>timeout</literal> and
 <literal>invalid_header</literal> are always considered unsuccessful attempts,
 even if they are not specified in the directive.
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Wed Sep 10 19:07:11 2014 +0400
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Fri Sep 12 15:31:55 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="22">
+        rev="23">
 
 <section id="summary">
 
@@ -960,9 +960,9 @@
 </para>
 
 <para>
-The directive also defines what is considered an unsuccessful attempt
-of communication with a
-<link doc="ngx_http_upstream_module.xml" id="server"/>.
+The directive also defines what is considered an
+<link doc="ngx_http_upstream_module.xml" id="max_fails">unsuccessful
+attempt</link> of communication with a server.
 The cases of <literal>error</literal>, <literal>timeout</literal> and
 <literal>invalid_header</literal> are always considered unsuccessful attempts,
 even if they are not specified in the directive.
--- a/xml/en/docs/http/ngx_http_scgi_module.xml	Wed Sep 10 19:07:11 2014 +0400
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml	Fri Sep 12 15:31:55 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_scgi_module"
         link="/en/docs/http/ngx_http_scgi_module.html"
         lang="en"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -735,9 +735,9 @@
 </para>
 
 <para>
-The directive also defines what is considered an unsuccessful attempt
-of communication with a
-<link doc="ngx_http_upstream_module.xml" id="server"/>.
+The directive also defines what is considered an
+<link doc="ngx_http_upstream_module.xml" id="max_fails">unsuccessful
+attempt</link> of communication with a server.
 The cases of <literal>error</literal>, <literal>timeout</literal> and
 <literal>invalid_header</literal> are always considered unsuccessful attempts,
 even if they are not specified in the directive.
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Wed Sep 10 19:07:11 2014 +0400
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Fri Sep 12 15:31:55 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="5">
+        rev="6">
 
 <section id="summary">
 
@@ -765,9 +765,9 @@
 </para>
 
 <para>
-The directive also defines what is considered an unsuccessful attempt
-of communication with a
-<link doc="ngx_http_upstream_module.xml" id="server"/>.
+The directive also defines what is considered an
+<link doc="ngx_http_upstream_module.xml" id="max_fails">unsuccessful
+attempt</link> of communication with a server.
 The cases of <literal>error</literal>, <literal>timeout</literal> and
 <literal>invalid_header</literal> are always considered unsuccessful attempts,
 even if they are not specified in the directive.
--- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Wed Sep 10 19:07:11 2014 +0400
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Fri Sep 12 15:31:55 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_fastcgi_module"
         link="/ru/docs/http/ngx_http_fastcgi_module.html"
         lang="ru"
-        rev="16">
+        rev="17">
 
 <section id="summary">
 
@@ -813,8 +813,9 @@
 </para>
 
 <para>
-Директива также определяет, что считается неудачной попыткой работы с
-<link doc="ngx_http_upstream_module.xml" id="server">сервером</link>.
+Директива также определяет, что считается
+<link doc="ngx_http_upstream_module.xml" id="max_fails">неудачной
+попыткой</link> работы с сервером.
 Случаи <literal>error</literal>, <literal>timeout</literal> и
 <literal>invalid_header</literal>
 всегда считаются неудачными попытками, даже если они не указаны в директиве.
--- a/xml/ru/docs/http/ngx_http_memcached_module.xml	Wed Sep 10 19:07:11 2014 +0400
+++ b/xml/ru/docs/http/ngx_http_memcached_module.xml	Fri Sep 12 15:31:55 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_memcached_module"
         link="/ru/docs/http/ngx_http_memcached_module.html"
         lang="ru"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -162,8 +162,9 @@
 </para>
 
 <para>
-Директива также определяет, что считается неудачной попыткой работы с
-<link doc="ngx_http_upstream_module.xml" id="server">сервером</link>.
+Директива также определяет, что считается
+<link doc="ngx_http_upstream_module.xml" id="max_fails">неудачной
+попыткой</link> работы с сервером.
 Случаи <literal>error</literal>, <literal>timeout</literal> и
 <literal>invalid_response</literal>
 всегда считаются неудачными попытками, даже если они не указаны в директиве.
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml	Wed Sep 10 19:07:11 2014 +0400
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml	Fri Sep 12 15:31:55 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="22">
+        rev="23">
 
 <section id="summary">
 
@@ -957,8 +957,9 @@
 </para>
 
 <para>
-Директива также определяет, что считается неудачной попыткой работы с
-<link doc="ngx_http_upstream_module.xml" id="server">сервером</link>.
+Директива также определяет, что считается
+<link doc="ngx_http_upstream_module.xml" id="max_fails">неудачной
+попыткой</link> работы с сервером.
 Случаи <literal>error</literal>, <literal>timeout</literal> и
 <literal>invalid_header</literal>
 всегда считаются неудачными попытками, даже если они не указаны в директиве.
--- a/xml/ru/docs/http/ngx_http_scgi_module.xml	Wed Sep 10 19:07:11 2014 +0400
+++ b/xml/ru/docs/http/ngx_http_scgi_module.xml	Fri Sep 12 15:31:55 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_scgi_module"
         link="/ru/docs/http/ngx_http_scgi_module.html"
         lang="ru"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -731,8 +731,9 @@
 </para>
 
 <para>
-Директива также определяет, что считается неудачной попыткой работы с
-<link doc="ngx_http_upstream_module.xml" id="server">сервером</link>.
+Директива также определяет, что считается
+<link doc="ngx_http_upstream_module.xml" id="max_fails">неудачной
+попыткой</link> работы с сервером.
 Случаи <literal>error</literal>, <literal>timeout</literal> и
 <literal>invalid_header</literal>
 всегда считаются неудачными попытками, даже если они не указаны в директиве.
--- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Wed Sep 10 19:07:11 2014 +0400
+++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Fri Sep 12 15:31:55 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_uwsgi_module"
         link="/ru/docs/http/ngx_http_uwsgi_module.html"
         lang="ru"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -761,8 +761,9 @@
 </para>
 
 <para>
-Директива также определяет, что считается неудачной попыткой работы с
-<link doc="ngx_http_upstream_module.xml" id="server">сервером</link>.
+Директива также определяет, что считается
+<link doc="ngx_http_upstream_module.xml" id="max_fails">неудачной
+попыткой</link> работы с сервером.
 Случаи <literal>error</literal>, <literal>timeout</literal> и
 <literal>invalid_header</literal>
 всегда считаются неудачными попытками, даже если они не указаны в директиве.