comparison xml/ru/docs/http/ngx_http_core_module.xml @ 2118:0b3103eabdf1

Documented the "subrequest_output_buffer_size" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 20 Mar 2018 21:03:28 +0300
parents d2969b2f69ae
children cf9e3d2893b6
comparison
equal deleted inserted replaced
2117:632fe2d874ab 2118:0b3103eabdf1
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_core_module" 10 <module name="Модуль ngx_http_core_module"
11 link="/ru/docs/http/ngx_http_core_module.html" 11 link="/ru/docs/http/ngx_http_core_module.html"
12 lang="ru" 12 lang="ru"
13 rev="74"> 13 rev="75">
14 14
15 <section id="directives" name="Директивы"> 15 <section id="directives" name="Директивы">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
2571 </para> 2571 </para>
2572 2572
2573 </directive> 2573 </directive>
2574 2574
2575 2575
2576 <directive name="subrequest_output_buffer_size">
2577 <syntax><value>размер</value></syntax>
2578 <default>4k|8k</default>
2579 <context>http</context>
2580 <context>server</context>
2581 <context>location</context>
2582 <appeared-in>1.13.10</appeared-in>
2583
2584 <para>
2585 Задаёт <value>размер</value> буфера, используемого для
2586 хранения тела ответа подзапроса.
2587 По умолчанию размер одного буфера равен размеру страницы памяти.
2588 В зависимости от платформы это или 4K, или 8K,
2589 однако его можно сделать меньше.
2590 </para>
2591
2592 <para>
2593 Директива применима только для подзапросов,
2594 тело ответа которых сохраняется в памяти.
2595 Например, подобные подзапросы создаются при помощи
2596 <link doc="ngx_http_ssi_module.xml" id="ssi_include_set">SSI</link>.
2597 </para>
2598
2599 </directive>
2600
2601
2576 <directive name="tcp_nodelay"> 2602 <directive name="tcp_nodelay">
2577 <syntax><literal>on</literal> | <literal>off</literal></syntax> 2603 <syntax><literal>on</literal> | <literal>off</literal></syntax>
2578 <default>on</default> 2604 <default>on</default>
2579 <context>http</context> 2605 <context>http</context>
2580 <context>server</context> 2606 <context>server</context>