comparison xml/ru/docs/http/ngx_http_proxy_module.xml @ 316:1fb1c077658b

Documented the following directives: "keepalive", "proxy_http_version", and "fastcgi_keep_conn".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 13 Jan 2012 18:10:34 +0000
parents 86732337c730
children a4fa80755eab
comparison
equal deleted inserted replaced
315:e00f8f8c0486 316:1fb1c077658b
366 </para> 366 </para>
367 367
368 </directive> 368 </directive>
369 369
370 370
371 <directive name="proxy_http_version">
372 <syntax><literal>1.0</literal> | <literal>1.1</literal></syntax>
373 <default>1.0</default>
374 <context>http</context>
375 <context>server</context>
376 <context>location</context>
377 <appeared-in>1.1.4</appeared-in>
378
379 <para>
380 Задаёт версию протокола HTTP для проксирования.
381 По умолчанию используется версия 1.0.
382 Для работы
383 <link doc="ngx_http_upstream_module.xml" id="keepalive">постоянных
384 соединений</link> рекомендуется версия 1.1.
385 </para>
386
387 </directive>
388
389
371 <directive name="proxy_ignore_client_abort"> 390 <directive name="proxy_ignore_client_abort">
372 <syntax><literal>on</literal> | <literal>off</literal></syntax> 391 <syntax><literal>on</literal> | <literal>off</literal></syntax>
373 <default>off</default> 392 <default>off</default>
374 <context>http</context> 393 <context>http</context>
375 <context>server</context> 394 <context>server</context>