comparison xml/en/docs/http/ngx_http_core_module.xml @ 406:98dac2bd7598

Links with mixed underscores and spaces were hard to read, eliminated them.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 13 Feb 2012 11:09:13 +0000
parents eb993ee8c230
children 2638f67205ee
comparison
equal deleted inserted replaced
405:781b23ba3b0a 406:98dac2bd7598
1829 <context>http</context> 1829 <context>http</context>
1830 <context>server</context> 1830 <context>server</context>
1831 <context>location</context> 1831 <context>location</context>
1832 1832
1833 <para> 1833 <para>
1834 This directive was renamed to the <link id="satisfy">satisfy any</link> 1834 This directive has been replaced by the <literal>any</literal>
1835 directive. 1835 parameter of the <link id="satisfy"/> directive.
1836 </para> 1836 </para>
1837 1837
1838 </directive> 1838 </directive>
1839 1839
1840 1840
2593 <tag-desc> 2593 <tag-desc>
2594 name of a temporary file with the request body 2594 name of a temporary file with the request body
2595 <para> 2595 <para>
2596 At the end of processing, the file needs to be removed. 2596 At the end of processing, the file needs to be removed.
2597 To always write a request body to a file, 2597 To always write a request body to a file,
2598 <link id="client_body_in_file_only">client_body_in_file_only on</link> 2598 <link id="client_body_in_file_only"/> needs to be enabled.
2599 needs be specified.
2600 When passing the name of a temporary file in a proxied request, 2599 When passing the name of a temporary file in a proxied request,
2601 or in a request to a FastCGI server, 2600 or in a request to a FastCGI server,
2602 passing of the request body should be disabled by the 2601 passing of the request body should be disabled by the
2603 <link doc="ngx_http_proxy_module.xml" id="proxy_pass_request_body"> 2602 <link doc="ngx_http_proxy_module.xml" id="proxy_pass_request_body">
2604 proxy_pass_request_body off</link> 2603 proxy_pass_request_body off</link>