comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 362:db6774c4c699

Fixed translation.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 26 Jan 2012 22:11:16 +0000
parents a4fa80755eab
children bb51d3e17dd0
comparison
equal deleted inserted replaced
361:1018108c5068 362:db6774c4c699
70 If the whole response does not fit into memory, part of it is saved to a disk. 70 If the whole response does not fit into memory, part of it is saved to a disk.
71 </para> 71 </para>
72 72
73 <para> 73 <para>
74 When buffering is disabled, a response is passed to a client synchronously, 74 When buffering is disabled, a response is passed to a client synchronously,
75 immediately upon receipt. 75 immediately as it is received.
76 nginx will not try to read the whole response from the proxied server. 76 nginx will not try to read the whole response from the proxied server.
77 The maximum size of the data that nginx can receive from the server 77 The maximum size of the data that nginx can receive from the server
78 at a time is set by the <link id="proxy_buffer_size"/> directive. 78 at a time is set by the <link id="proxy_buffer_size"/> directive.
79 </para> 79 </para>
80 80