annotate xml/ru/docs/http/ngx_http_v2_module.xml @ 2977:e4718be70b33

Deprecated HTTP/2 Server Push directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Jun 2023 19:24:58 +0100
parents cbd963190c15
children c1b9ab38ff09
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
1 <?xml version="1.0"?>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
2
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
3 <!--
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
4 Copyright (C) Nginx, Inc.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
5 -->
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
6
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
8
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
9 <module name="Модуль ngx_http_v2_module"
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
10 link="/ru/docs/http/ngx_http_v2_module.html"
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
11 lang="ru"
2977
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
12 rev="17">
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
13
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
14 <section id="summary">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
15
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
16 <para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
17 Модуль <literal>ngx_http_v2_module</literal> (1.9.5) обеспечивает
2972
9a8d15333a58 Removed obsolete SPDY documentation.
Sergey Kandaurov <pluknet@nginx.com>
parents: 2831
diff changeset
18 поддержку
9a8d15333a58 Removed obsolete SPDY documentation.
Sergey Kandaurov <pluknet@nginx.com>
parents: 2831
diff changeset
19 <link url="https://datatracker.ietf.org/doc/html/rfc7540">HTTP/2</link>.
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
20 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
21
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
22 <para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
23 По умолчанию этот модуль не собирается, его сборку необходимо разрешить
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
24 с помощью конфигурационного параметра
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
25 <literal>--with-http_v2_module</literal>.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
26 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
27
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
28 </section>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
29
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
30
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
31 <section id="issues" name="Известные проблемы">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
32
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
33 <para>
1671
5154b356a1b2 Unbuffered request body upload support in http2.
Ruslan Ermilov <ru@nginx.com>
parents: 1670
diff changeset
34 До версии 1.9.14
5154b356a1b2 Unbuffered request body upload support in http2.
Ruslan Ermilov <ru@nginx.com>
parents: 1670
diff changeset
35 буферизация тела запроса клиента не могла быть запрещена
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
36 независимо от
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
37 значения директив
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
38 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
39 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
40 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/> и
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
41 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
42 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
43
2567
4f3494d80949 Documented support for HTTP/2 in lingering_close.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2450
diff changeset
44 <para>
4f3494d80949 Documented support for HTTP/2 in lingering_close.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2450
diff changeset
45 До версии 1.19.1
4f3494d80949 Documented support for HTTP/2 in lingering_close.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2450
diff changeset
46 механизм <link doc="ngx_http_core_module.xml" id="lingering_close"/>
4f3494d80949 Documented support for HTTP/2 in lingering_close.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2450
diff changeset
47 не использовался в управлении закрытием HTTP/2-соединений.
4f3494d80949 Documented support for HTTP/2 in lingering_close.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2450
diff changeset
48 </para>
4f3494d80949 Documented support for HTTP/2 in lingering_close.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2450
diff changeset
49
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
50 </section>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
51
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
52
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
53 <section id="example" name="Пример конфигурации">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
54
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
55 <para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
56 <example>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
57 server {
2976
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
58 listen 443 ssl;
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
59
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
60 http2 on;
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
61
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
62 ssl_certificate server.crt;
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
63 ssl_certificate_key server.key;
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
64 }
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
65 </example>
1693
c841e77fcc1d Added missing comma.
Sergey Kandaurov <pluknet@nginx.com>
parents: 1671
diff changeset
66 Чтобы принимать HTTP/2-соединения по TLS, необходимо
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
67 наличие поддержки расширения “Application-Layer Protocol Negotiation” (ALPN)
2794
b74f2038f2b5 Removed support of NPN for http/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2654
diff changeset
68 протокола TLS, появившейся в
1670
e28e4e0b8520 Revised http2 module translation.
Ruslan Ermilov <ru@nginx.com>
parents: 1667
diff changeset
69 <link url="http://www.openssl.org">OpenSSL</link> версии 1.0.2.
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
70 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
71
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
72 <para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
73 Если
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
74 директива <link doc="ngx_http_ssl_module.xml" id="ssl_prefer_server_ciphers"/>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
75 установлена в значение “<literal>on</literal>”,
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
76 <link doc="ngx_http_ssl_module.xml" id="ssl_ciphers">шифры</link>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
77 должны быть настроены таким образом, чтобы соответствовать чёрному списку
2831
4add6ae1296f Updated links to datatracker.ietf.org.
Sergey Kandaurov <pluknet@nginx.com>
parents: 2794
diff changeset
78 <link url="https://datatracker.ietf.org/doc/html/rfc7540#appendix-A">RFC 7540, Appendix A</link>,
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
79 а также поддерживаться клиентами.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
80 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
81
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
82 </section>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
83
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
84
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
85 <section id="directives" name="Директивы">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
86
2976
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
87 <directive name="http2">
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
88 <syntax><literal>on</literal> | <literal>off</literal></syntax>
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
89 <default>off</default>
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
90 <context>http</context>
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
91 <context>server</context>
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
92 <appeared-in>1.25.1</appeared-in>
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
93
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
94 <para>
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
95 Разрешает
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
96 протокол
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
97 <link url="https://datatracker.ietf.org/doc/html/rfc9113">HTTP/2</link>.
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
98 </para>
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
99
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
100 </directive>
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
101
cbd963190c15 Documented the http2 directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2972
diff changeset
102
2142
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
103 <directive name="http2_body_preread_size">
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
104 <syntax><value>размер</value></syntax>
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
105 <default>64k</default>
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
106 <context>http</context>
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
107 <context>server</context>
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
108 <appeared-in>1.11.0</appeared-in>
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
109
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
110 <para>
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
111 Задаёт <value>размер</value> буфера для каждого запроса,
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
112 в который может сохраняться тело запроса
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
113 до того, как оно начнёт обрабатываться.
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
114 </para>
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
115
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
116 </directive>
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
117
ca7568f67dee Sorted directives alphabetically.
Ruslan Ermilov <ru@nginx.com>
parents: 2105
diff changeset
118
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
119 <directive name="http2_chunk_size">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
120 <syntax><value>размер</value></syntax>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
121 <default>8k</default>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
122 <context>http</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
123 <context>server</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
124 <context>location</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
125
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
126 <para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
127 Задаёт максимальный размер частей,
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
128 на которое будет разделяться тело ответа.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
129 Слишком маленькое значение может привести к росту накладных расходов.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
130 Слишком большое значение может негативно сказаться на приоритизации из-за
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
131 <link url="http://en.wikipedia.org/wiki/Head-of-line_blocking">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
132 блокировки очереди</link>.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
133 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
134
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
135 </directive>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
136
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
137
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
138 <directive name="http2_idle_timeout">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
139 <syntax><value>время</value></syntax>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
140 <default>3m</default>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
141 <context>http</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
142 <context>server</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
143
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
144 <para>
2654
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
145 <note>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
146 Эта директива устарела начиная с версии 1.19.7.
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
147 Вместо неё следует использовать директиву
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
148 <link doc="ngx_http_core_module.xml" id="keepalive_timeout"/>.
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
149 </note>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
150 </para>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
151
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
152 <para>
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
153 Задаёт таймаут неактивности, после которого соединение закрывается.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
154 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
155
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
156 </directive>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
157
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
158
2105
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
159 <directive name="http2_max_concurrent_pushes">
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
160 <syntax><value>число</value></syntax>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
161 <default>10</default>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
162 <context>http</context>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
163 <context>server</context>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
164 <appeared-in>1.13.9</appeared-in>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
165
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
166 <para>
2977
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
167 <note>
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
168 Эта директива устарела начиная с версии 1.25.1.
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
169 </note>
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
170 </para>
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
171
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
172 <para>
2105
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
173 Ограничивает максимальное число параллельных
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
174 <link id="http2_push">push</link>-запросов в соединении.
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
175 </para>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
176
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
177 </directive>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
178
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
179
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
180 <directive name="http2_max_concurrent_streams">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
181 <syntax><value>число</value></syntax>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
182 <default>128</default>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
183 <context>http</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
184 <context>server</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
185
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
186 <para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
187 Задаёт максимальное число параллельных HTTP/2-потоков
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
188 в соединении.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
189 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
190
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
191 </directive>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
192
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
193
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
194 <directive name="http2_max_field_size">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
195 <syntax><value>размер</value></syntax>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
196 <default>4k</default>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
197 <context>http</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
198 <context>server</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
199
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
200 <para>
2654
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
201 <note>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
202 Эта директива устарела начиная с версии 1.19.7.
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
203 Вместо неё следует использовать директиву
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
204 <link doc="ngx_http_core_module.xml" id="large_client_header_buffers"/>.
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
205 </note>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
206 </para>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
207
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
208 <para>
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
209 Ограничивает максимальный размер
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
210 заголовка запроса, сжатого при помощи
2831
4add6ae1296f Updated links to datatracker.ietf.org.
Sergey Kandaurov <pluknet@nginx.com>
parents: 2794
diff changeset
211 <link url="https://datatracker.ietf.org/doc/html/rfc7541">HPACK</link>.
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
212 Ограничение применяется в равной степени как к имени, так и к значению.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
213 Если применяется кодирование Хаффмана,
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
214 то фактический размер распакованных строк имени и значения может быть больше.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
215 Ограничение по умолчанию подходит для большинства запросов.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
216 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
217
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
218 </directive>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
219
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
220
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
221 <directive name="http2_max_header_size">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
222 <syntax><value>размер</value></syntax>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
223 <default>16k</default>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
224 <context>http</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
225 <context>server</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
226
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
227 <para>
2654
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
228 <note>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
229 Эта директива устарела начиная с версии 1.19.7.
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
230 Вместо неё следует использовать директиву
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
231 <link doc="ngx_http_core_module.xml" id="large_client_header_buffers"/>.
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
232 </note>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
233 </para>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
234
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
235 <para>
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
236 Ограничивает максимальный размер всего списка заголовков запроса после
2831
4add6ae1296f Updated links to datatracker.ietf.org.
Sergey Kandaurov <pluknet@nginx.com>
parents: 2794
diff changeset
237 распаковки <link url="https://datatracker.ietf.org/doc/html/rfc7541">HPACK</link>.
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
238 Ограничение по умолчанию подходит для большинства запросов.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
239 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
240
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
241 </directive>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
242
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
243
1834
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
244 <directive name="http2_max_requests">
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
245 <syntax><value>число</value></syntax>
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
246 <default>1000</default>
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
247 <context>http</context>
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
248 <context>server</context>
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
249 <appeared-in>1.11.6</appeared-in>
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
250
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
251 <para>
2654
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
252 <note>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
253 Эта директива устарела начиная с версии 1.19.7.
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
254 Вместо неё следует использовать директиву
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
255 <link doc="ngx_http_core_module.xml" id="keepalive_requests"/>.
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
256 </note>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
257 </para>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
258
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
259 <para>
2105
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
260 Задаёт максимальное число запросов (включая
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
261 <link id="http2_push">push</link>-запросы), которые можно
1834
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
262 сделать по одному соединению HTTP/2,
2105
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
263 после чего очередной клиентский запрос приведёт к закрытию соединения
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
264 и необходимости установить новое соединение.
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
265 </para>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
266
2450
a26a42699207 Added note about max number of keepalive requests.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2142
diff changeset
267 <para>
a26a42699207 Added note about max number of keepalive requests.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2142
diff changeset
268 Периодическое закрытие соединений необходимо для освобождения
a26a42699207 Added note about max number of keepalive requests.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2142
diff changeset
269 памяти, выделенной под конкретные соединения.
a26a42699207 Added note about max number of keepalive requests.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2142
diff changeset
270 Поэтому использование слишком большого максимального числа запросов
a26a42699207 Added note about max number of keepalive requests.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2142
diff changeset
271 может приводить к чрезмерному потреблению памяти и не рекомендуется.
a26a42699207 Added note about max number of keepalive requests.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2142
diff changeset
272 </para>
a26a42699207 Added note about max number of keepalive requests.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2142
diff changeset
273
2105
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
274 </directive>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
275
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
276
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
277 <directive name="http2_push">
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
278 <syntax><value>uri</value> | <literal>off</literal></syntax>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
279 <default>off</default>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
280 <context>http</context>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
281 <context>server</context>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
282 <context>location</context>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
283 <appeared-in>1.13.9</appeared-in>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
284
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
285 <para>
2977
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
286 <note>
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
287 Эта директива устарела начиная с версии 1.25.1.
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
288 </note>
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
289 </para>
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
290
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
291 <para>
2105
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
292 Заблаговременно отправляет
2831
4add6ae1296f Updated links to datatracker.ietf.org.
Sergey Kandaurov <pluknet@nginx.com>
parents: 2794
diff changeset
293 (<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link>) запрос
2105
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
294 к заданному <value>uri</value>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
295 вместе с ответом на оригинальный запрос.
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
296 Будут обработаны только относительные URI с абсолютными путями,
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
297 например:
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
298 <example>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
299 http2_push /static/css/main.css;
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
300 </example>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
301 В значении <value>uri</value> допустимо использование переменных.
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
302 </para>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
303
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
304 <para>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
305 На одном уровне конфигурации можно указать несколько
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
306 <literal>http2_push</literal> директив.
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
307 Параметр <literal>off</literal> отменяет действие
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
308 унаследованных с предыдущего уровня конфигурации
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
309 директив <literal>http2_push</literal>.
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
310 </para>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
311
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
312 </directive>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
313
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
314
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
315 <directive name="http2_push_preload">
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
316 <syntax><literal>on</literal> | <literal>off</literal></syntax>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
317 <default>off</default>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
318 <context>http</context>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
319 <context>server</context>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
320 <context>location</context>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
321 <appeared-in>1.13.9</appeared-in>
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
322
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
323 <para>
2977
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
324 <note>
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
325 Эта директива устарела начиная с версии 1.25.1.
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
326 </note>
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
327 </para>
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
328
e4718be70b33 Deprecated HTTP/2 Server Push directives.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2976
diff changeset
329 <para>
2105
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
330 Разрешает автоматическое преобразование
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
331 <link url="https://www.w3.org/TR/preload/#server-push-http-2">preload
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
332 links</link>,
d45887ccafde Documented HTTP/2 server push.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2038
diff changeset
333 указанных в полях <header>Link</header> заголовка ответа, в
2831
4add6ae1296f Updated links to datatracker.ietf.org.
Sergey Kandaurov <pluknet@nginx.com>
parents: 2794
diff changeset
334 <link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link>-запросы.
1834
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
335 </para>
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
336
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
337 </directive>
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
338
1d0811707e09 Documented the "http2_max_requests" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1707
diff changeset
339
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
340 <directive name="http2_recv_buffer_size">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
341 <syntax><value>размер</value></syntax>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
342 <default>256k</default>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
343 <context>http</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
344
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
345 <para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
346 Задаёт размер входного буфера для
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
347 <link doc="../ngx_core_module.xml" id="worker_processes">рабочего
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
348 процесса</link>.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
349 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
350
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
351 </directive>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
352
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
353
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
354 <directive name="http2_recv_timeout">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
355 <syntax><value>время</value></syntax>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
356 <default>30s</default>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
357 <context>http</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
358 <context>server</context>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
359
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
360 <para>
2654
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
361 <note>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
362 Эта директива устарела начиная с версии 1.19.7.
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
363 Вместо неё следует использовать директиву
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
364 <link doc="ngx_http_core_module.xml" id="client_header_timeout"/>.
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
365 </note>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
366 </para>
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
367
d13341d3c54a Marked some directives as obsolete in HTTP/2.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2567
diff changeset
368 <para>
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
369 Задаёт таймаут в случае, когда от клиента ожидаются ещё данные,
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
370 после которого соединение закрывается.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
371 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
372
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
373 </directive>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
374
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
375 </section>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
376
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
377
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
378 <section id="variables" name="Встроенные переменные">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
379
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
380 <para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
381 Модуль <literal>ngx_http_v2_module</literal>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
382 поддерживает следующие встроенные переменные:
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
383 <list type="tag" compact="no">
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
384
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
385 <tag-name id="var_http2"><var>$http2</var></tag-name>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
386 <tag-desc>
1670
e28e4e0b8520 Revised http2 module translation.
Ruslan Ermilov <ru@nginx.com>
parents: 1667
diff changeset
387 согласованный идентификатор протокола:
1667
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
388 “<literal>h2</literal>” для HTTP/2 через TLS,
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
389 “<literal>h2c</literal>” для HTTP/2 через незашифрованный TCP,
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
390 либо пустая строка.
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
391 </tag-desc>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
392
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
393 </list>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
394 </para>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
395
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
396 </section>
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
397
beab8345acf6 Translated the http/2 module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
398 </module>