comparison xml/ru/docs/http/ngx_http_proxy_module.xml @ 917:e26a18eb5ccd

Documented http_403 in proxy_next_upstream and friends.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 May 2013 12:29:42 +0400
parents 43887f41bb17
children ba3d6ade3513
comparison
equal deleted inserted replaced
916:23082702f90d 917:e26a18eb5ccd
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_proxy_module" 10 <module name="Модуль ngx_http_proxy_module"
11 link="/ru/docs/http/ngx_http_proxy_module.html" 11 link="/ru/docs/http/ngx_http_proxy_module.html"
12 lang="ru" 12 lang="ru"
13 rev="10"> 13 rev="11">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_proxy_module</literal> позволяет передавать 18 Модуль <literal>ngx_http_proxy_module</literal> позволяет передавать
370 <literal>updating</literal> | 370 <literal>updating</literal> |
371 <literal>http_500</literal> | 371 <literal>http_500</literal> |
372 <literal>http_502</literal> | 372 <literal>http_502</literal> |
373 <literal>http_503</literal> | 373 <literal>http_503</literal> |
374 <literal>http_504</literal> | 374 <literal>http_504</literal> |
375 <literal>http_403</literal> |
375 <literal>http_404</literal> | 376 <literal>http_404</literal> |
376 <literal>off</literal> 377 <literal>off</literal>
377 ...</syntax> 378 ...</syntax>
378 <default>off</default> 379 <default>off</default>
379 <context>http</context> 380 <context>http</context>
822 <literal>invalid_header</literal> | 823 <literal>invalid_header</literal> |
823 <literal>http_500</literal> | 824 <literal>http_500</literal> |
824 <literal>http_502</literal> | 825 <literal>http_502</literal> |
825 <literal>http_503</literal> | 826 <literal>http_503</literal> |
826 <literal>http_504</literal> | 827 <literal>http_504</literal> |
828 <literal>http_403</literal> |
827 <literal>http_404</literal> | 829 <literal>http_404</literal> |
828 <literal>off</literal> 830 <literal>off</literal>
829 ...</syntax> 831 ...</syntax>
830 <default>error timeout</default> 832 <default>error timeout</default>
831 <context>http</context> 833 <context>http</context>
856 <tag-name><literal>http_503</literal></tag-name> 858 <tag-name><literal>http_503</literal></tag-name>
857 <tag-desc>сервер вернул ответ с кодом 503;</tag-desc> 859 <tag-desc>сервер вернул ответ с кодом 503;</tag-desc>
858 860
859 <tag-name><literal>http_504</literal></tag-name> 861 <tag-name><literal>http_504</literal></tag-name>
860 <tag-desc>сервер вернул ответ с кодом 504;</tag-desc> 862 <tag-desc>сервер вернул ответ с кодом 504;</tag-desc>
863
864 <tag-name><literal>http_403</literal></tag-name>
865 <tag-desc>сервер вернул ответ с кодом 403;</tag-desc>
861 866
862 <tag-name><literal>http_404</literal></tag-name> 867 <tag-name><literal>http_404</literal></tag-name>
863 <tag-desc>сервер вернул ответ с кодом 404;</tag-desc> 868 <tag-desc>сервер вернул ответ с кодом 404;</tag-desc>
864 869
865 <tag-name><literal>off</literal></tag-name> 870 <tag-name><literal>off</literal></tag-name>