comparison xml/en/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="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="10"> 13 rev="11">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows to pass 18 The <literal>ngx_http_proxy_module</literal> module allows to pass
372 <literal>updating</literal> | 372 <literal>updating</literal> |
373 <literal>http_500</literal> | 373 <literal>http_500</literal> |
374 <literal>http_502</literal> | 374 <literal>http_502</literal> |
375 <literal>http_503</literal> | 375 <literal>http_503</literal> |
376 <literal>http_504</literal> | 376 <literal>http_504</literal> |
377 <literal>http_403</literal> |
377 <literal>http_404</literal> | 378 <literal>http_404</literal> |
378 <literal>off</literal> 379 <literal>off</literal>
379 ...</syntax> 380 ...</syntax>
380 <default>off</default> 381 <default>off</default>
381 <context>http</context> 382 <context>http</context>
825 <literal>invalid_header</literal> | 826 <literal>invalid_header</literal> |
826 <literal>http_500</literal> | 827 <literal>http_500</literal> |
827 <literal>http_502</literal> | 828 <literal>http_502</literal> |
828 <literal>http_503</literal> | 829 <literal>http_503</literal> |
829 <literal>http_504</literal> | 830 <literal>http_504</literal> |
831 <literal>http_403</literal> |
830 <literal>http_404</literal> | 832 <literal>http_404</literal> |
831 <literal>off</literal> 833 <literal>off</literal>
832 ...</syntax> 834 ...</syntax>
833 <default>error timeout</default> 835 <default>error timeout</default>
834 <context>http</context> 836 <context>http</context>
859 <tag-name><literal>http_503</literal></tag-name> 861 <tag-name><literal>http_503</literal></tag-name>
860 <tag-desc>a server returned a response with the code 503;</tag-desc> 862 <tag-desc>a server returned a response with the code 503;</tag-desc>
861 863
862 <tag-name><literal>http_504</literal></tag-name> 864 <tag-name><literal>http_504</literal></tag-name>
863 <tag-desc>a server returned a response with the code 504;</tag-desc> 865 <tag-desc>a server returned a response with the code 504;</tag-desc>
866
867 <tag-name><literal>http_403</literal></tag-name>
868 <tag-desc>a server returned a response with the code 403;</tag-desc>
864 869
865 <tag-name><literal>http_404</literal></tag-name> 870 <tag-name><literal>http_404</literal></tag-name>
866 <tag-desc>a server returned a response with the code 404;</tag-desc> 871 <tag-desc>a server returned a response with the code 404;</tag-desc>
867 872
868 <tag-name><literal>off</literal></tag-name> 873 <tag-name><literal>off</literal></tag-name>