comparison xml/ru/docs/http/ngx_http_core_module.xml @ 270:945d7299c26c

Spaces are now preserved here, so removed all the hacks.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 22 Dec 2011 13:39:18 +0000
parents ff1e139a8c98
children 4c6d2c614d2c
comparison
equal deleted inserted replaced
269:2681cad309d2 270:945d7299c26c
10 10
11 <directive name="aio"> 11 <directive name="aio">
12 <syntax> 12 <syntax>
13 <value>on</value> | 13 <value>on</value> |
14 <value>off</value> | 14 <value>off</value> |
15 <value>sendfile</value> 15 <value>sendfile</value></syntax>
16 </syntax>
17 <default>off</default> 16 <default>off</default>
18 <context>http</context> 17 <context>http</context>
19 <context>server</context> 18 <context>server</context>
20 <context>location</context> 19 <context>location</context>
21 <appeared-in>0.8.11</appeared-in> 20 <appeared-in>0.8.11</appeared-in>
224 223
225 <directive name="client_body_in_file_only"> 224 <directive name="client_body_in_file_only">
226 <syntax> 225 <syntax>
227 <value>on</value> | 226 <value>on</value> |
228 <value>clean</value> | 227 <value>clean</value> |
229 <value>off</value> 228 <value>off</value></syntax>
230 </syntax>
231 <default>off</default> 229 <default>off</default>
232 <context>http</context> 230 <context>http</context>
233 <context>server</context> 231 <context>server</context>
234 <context>location</context> 232 <context>location</context>
235 233
255 253
256 </directive> 254 </directive>
257 255
258 256
259 <directive name="client_body_in_single_buffer"> 257 <directive name="client_body_in_single_buffer">
260 <syntax><value>on</value> | <value>off</value> 258 <syntax><value>on</value> | <value>off</value></syntax>
261 </syntax>
262 <default>off</default> 259 <default>off</default>
263 <context>http</context> 260 <context>http</context>
264 <context>server</context> 261 <context>server</context>
265 <context>location</context> 262 <context>location</context>
266 263
277 <directive name="client_body_temp_path"> 274 <directive name="client_body_temp_path">
278 <syntax> 275 <syntax>
279 <argument>путь</argument> 276 <argument>путь</argument>
280 [<argument>уровень1</argument> 277 [<argument>уровень1</argument>
281 [<argument>уровень2</argument> 278 [<argument>уровень2</argument>
282 [<argument>уровень3</argument>]]] 279 [<argument>уровень3</argument>]]]</syntax>
283 </syntax>
284 <default>client_body_temp</default> 280 <default>client_body_temp</default>
285 <context>http</context> 281 <context>http</context>
286 <context>server</context> 282 <context>server</context>
287 <context>location</context> 283 <context>location</context>
288 284
459 455
460 <directive name="error_page"> 456 <directive name="error_page">
461 <syntax> 457 <syntax>
462 <argument>код</argument> ... 458 <argument>код</argument> ...
463 [<value>=</value>[<argument>ответ</argument>]] 459 [<value>=</value>[<argument>ответ</argument>]]
464 <argument>uri</argument> 460 <argument>uri</argument></syntax>
465 </syntax>
466 <default/> 461 <default/>
467 <context>http</context> 462 <context>http</context>
468 <context>server</context> 463 <context>server</context>
469 <context>location</context> 464 <context>location</context>
470 <context>if в location</context> 465 <context>if в location</context>
521 516
522 <directive name="if_modified_since"> 517 <directive name="if_modified_since">
523 <syntax> 518 <syntax>
524 <value>off</value> | 519 <value>off</value> |
525 <value>exact</value> | 520 <value>exact</value> |
526 <value>before</value> 521 <value>before</value></syntax>
527 </syntax>
528 <default>exact</default> 522 <default>exact</default>
529 <context>http</context> 523 <context>http</context>
530 <context>server</context> 524 <context>server</context>
531 <context>location</context> 525 <context>location</context>
532 <appeared-in>0.7.24</appeared-in> 526 <appeared-in>0.7.24</appeared-in>
666 660
667 661
668 <directive name="keepalive_timeout"> 662 <directive name="keepalive_timeout">
669 <syntax> 663 <syntax>
670 <argument>таймаут</argument> 664 <argument>таймаут</argument>
671 [<argument>заголовок_таймаута</argument>] 665 [<argument>заголовок_таймаута</argument>]</syntax>
672 </syntax>
673 <default>75s</default> 666 <default>75s</default>
674 <context>http</context> 667 <context>http</context>
675 <context>server</context> 668 <context>server</context>
676 <context>location</context> 669 <context>location</context>
677 670
693 686
694 </directive> 687 </directive>
695 688
696 689
697 <directive name="large_client_header_buffers"> 690 <directive name="large_client_header_buffers">
698 <syntax><argument>число размер</argument></syntax> 691 <syntax><argument>число</argument> <argument>размер</argument></syntax>
699 <default>4 8k</default> 692 <default>4 8k</default>
700 <context>http</context> 693 <context>http</context>
701 <context>server</context> 694 <context>server</context>
702 695
703 <para> 696 <para>
1151 <syntax block="yes">[ 1144 <syntax block="yes">[
1152 <value>=</value> | 1145 <value>=</value> |
1153 <value>~</value> | 1146 <value>~</value> |
1154 <value>~*</value> | 1147 <value>~*</value> |
1155 <value>^~</value> 1148 <value>^~</value>
1156 ] <argument>uri</argument> 1149 ] <argument>uri</argument></syntax>
1157 </syntax>
1158 <syntax block="yes"><value>@</value><argument>имя</argument></syntax> 1150 <syntax block="yes"><value>@</value><argument>имя</argument></syntax>
1159 <default/> 1151 <default/>
1160 <context>server</context> 1152 <context>server</context>
1161 <context>location</context> 1153 <context>location</context>
1162 1154
1381 1373
1382 <directive name="open_file_cache"> 1374 <directive name="open_file_cache">
1383 <syntax><value>off</value></syntax> 1375 <syntax><value>off</value></syntax>
1384 <syntax> 1376 <syntax>
1385 <parameter>max</parameter>=<argument>N</argument> 1377 <parameter>max</parameter>=<argument>N</argument>
1386 [<parameter>inactive</parameter>=<argument>время</argument>] 1378 [<parameter>inactive</parameter>=<argument>время</argument>]</syntax>
1387 </syntax>
1388 <default>off</default> 1379 <default>off</default>
1389 <context>http</context> 1380 <context>http</context>
1390 <context>server</context> 1381 <context>server</context>
1391 <context>location</context> 1382 <context>location</context>
1392 1383
1688 1679
1689 1680
1690 <directive name="resolver"> 1681 <directive name="resolver">
1691 <syntax> 1682 <syntax>
1692 <argument>адрес</argument> ... 1683 <argument>адрес</argument> ...
1693 [<parameter>valid</parameter>=<argument>время</argument>] 1684 [<parameter>valid</parameter>=<argument>время</argument>]</syntax>
1694 </syntax>
1695 <default/> 1685 <default/>
1696 <context>http</context> 1686 <context>http</context>
1697 <context>server</context> 1687 <context>server</context>
1698 <context>location</context> 1688 <context>location</context>
1699 1689
2168 2158
2169 2159
2170 <directive name="try_files"> 2160 <directive name="try_files">
2171 <syntax> 2161 <syntax>
2172 <argument>файл</argument> ... 2162 <argument>файл</argument> ...
2173 <argument>uri</argument> 2163 <argument>uri</argument></syntax>
2174 </syntax>
2175 <syntax> 2164 <syntax>
2176 <argument>файл</argument> ... 2165 <argument>файл</argument> ...
2177 =<argument>код</argument> 2166 =<argument>код</argument></syntax>
2178 </syntax>
2179 <default/> 2167 <default/>
2180 <context>server</context> 2168 <context>server</context>
2181 <context>location</context> 2169 <context>location</context>
2182 2170
2183 <para> 2171 <para>