annotate xml/en/docs/index.xml @ 2956:a85e4d126bc7

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 02 May 2023 11:39:21 +0100
parents 3a2d342533fb
children 9a8d15333a58
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
580
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 553
diff changeset
1 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 553
diff changeset
2 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 553
diff changeset
3 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 553
diff changeset
4 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 553
diff changeset
5
50
9d544687d02c Fixed DOCTYPE declaration.
Ruslan Ermilov <ru@nginx.com>
parents: 22
diff changeset
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7
123
7db449e89e92 Unified the use of the "name" attribute instead of "title".
Ruslan Ermilov <ru@nginx.com>
parents: 121
diff changeset
8 <article name="nginx documentation"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9 link="/en/docs/"
589
764fbac1b8b4 Added document revision.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
10 lang="en"
2677
3760176ba83e Documented ngx_mail_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2600
diff changeset
11 rev="48"
606
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
12 toc="no">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
13
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
14
606
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
15 <section id="introduction" name="Introduction">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
16
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
17 <para>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
18 <list type="bullet">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
19
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
20 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
21 <link doc="install.xml"/>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
22 </listitem>
263
be3772a799a2 English translation of "Installing nginx".
Ruslan Ermilov <ru@nginx.com>
parents: 224
diff changeset
23
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
24 <listitem>
2099
47fb3d7085dc Moved "Building nginx" from "How-To" to "Introduction.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2082
diff changeset
25 <link doc="configure.xml"/>
47fb3d7085dc Moved "Building nginx" from "How-To" to "Introduction.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2082
diff changeset
26 </listitem>
47fb3d7085dc Moved "Building nginx" from "How-To" to "Introduction.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2082
diff changeset
27
47fb3d7085dc Moved "Building nginx" from "How-To" to "Introduction.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2082
diff changeset
28 <listitem>
936
99f8165723ca Beginner's guide.
Ruslan Ermilov <ru@nginx.com>
parents: 924
diff changeset
29 <link doc="beginners_guide.xml"/>
99f8165723ca Beginner's guide.
Ruslan Ermilov <ru@nginx.com>
parents: 924
diff changeset
30 </listitem>
99f8165723ca Beginner's guide.
Ruslan Ermilov <ru@nginx.com>
parents: 924
diff changeset
31
99f8165723ca Beginner's guide.
Ruslan Ermilov <ru@nginx.com>
parents: 924
diff changeset
32 <listitem>
1527
f9a138e5ab14 Updated links to nginx.com website.
Valentin Bartenev <vbart@nginx.com>
parents: 1517
diff changeset
33 <link url="https://www.nginx.com/resources/admin-guide/">Admin’s Guide</link>
1140
bfcb025a6012 Added the link to the Admin's Guide.
Ruslan Ermilov <ru@nginx.com>
parents: 1076
diff changeset
34 </listitem>
bfcb025a6012 Added the link to the Admin's Guide.
Ruslan Ermilov <ru@nginx.com>
parents: 1076
diff changeset
35
bfcb025a6012 Added the link to the Admin's Guide.
Ruslan Ermilov <ru@nginx.com>
parents: 1076
diff changeset
36 <listitem>
852
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
37 <link doc="control.xml"/>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
38 </listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
39
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
40 <listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
41 <link doc="events.xml"/>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
42 </listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
43
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
44 <listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
45 <link doc="hash.xml"/>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
46 </listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
47
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
48 <listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
49 <link doc="debugging_log.xml"/>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
50 </listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
51
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
52 <listitem>
1285
4e89518a5999 Moved syslog configuration details into the separate documents.
Ruslan Ermilov <ru@nginx.com>
parents: 1260
diff changeset
53 <link doc="syslog.xml"/>
4e89518a5999 Moved syslog configuration details into the separate documents.
Ruslan Ermilov <ru@nginx.com>
parents: 1260
diff changeset
54 </listitem>
4e89518a5999 Moved syslog configuration details into the separate documents.
Ruslan Ermilov <ru@nginx.com>
parents: 1260
diff changeset
55
4e89518a5999 Moved syslog configuration details into the separate documents.
Ruslan Ermilov <ru@nginx.com>
parents: 1260
diff changeset
56 <listitem>
852
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
57 <link doc="syntax.xml"/>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
58 </listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
59
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
60 <listitem>
1328
b35cdfabe949 Command-line parameters: English article added.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1305
diff changeset
61 <link doc="switches.xml"/>
b35cdfabe949 Command-line parameters: English article added.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1305
diff changeset
62 </listitem>
b35cdfabe949 Command-line parameters: English article added.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1305
diff changeset
63
b35cdfabe949 Command-line parameters: English article added.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1305
diff changeset
64 <listitem>
852
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
65 <link doc="windows.xml"/>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
66 </listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
67
2956
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
68 <listitem>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
69 <link doc="quic.xml"/>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
70 </listitem>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
71
852
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
72 </list>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
73
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
74 <list type="bullet">
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
75
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
76 <listitem>
606
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
77 <link doc="http/request_processing.xml"/>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
78 </listitem>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
79
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
80 <listitem>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
81 <link doc="http/server_names.xml"/>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
82 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
83
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
84 <listitem>
1076
5f41c6582a4b [mq]: p
Ruslan Ermilov <ru@nginx.com>
parents: 1062
diff changeset
85 <link doc="http/load_balancing.xml"/>
5f41c6582a4b [mq]: p
Ruslan Ermilov <ru@nginx.com>
parents: 1062
diff changeset
86 </listitem>
5f41c6582a4b [mq]: p
Ruslan Ermilov <ru@nginx.com>
parents: 1062
diff changeset
87
5f41c6582a4b [mq]: p
Ruslan Ermilov <ru@nginx.com>
parents: 1062
diff changeset
88 <listitem>
606
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
89 <link doc="http/configuring_https_servers.xml"/>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
90 </listitem>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
91
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
92 </list>
1305
4fab838decd8 Removed the "links" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1285
diff changeset
93
4fab838decd8 Removed the "links" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1285
diff changeset
94 <list type="bullet">
4fab838decd8 Removed the "links" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1285
diff changeset
95
4fab838decd8 Removed the "links" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1285
diff changeset
96 <listitem>
1797
be868c8f6e9c Added article about processing TCP/UDP sessions.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1779
diff changeset
97 <link doc="stream/stream_processing.xml"/>
be868c8f6e9c Added article about processing TCP/UDP sessions.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1779
diff changeset
98 </listitem>
be868c8f6e9c Added article about processing TCP/UDP sessions.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1779
diff changeset
99
be868c8f6e9c Added article about processing TCP/UDP sessions.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1779
diff changeset
100 </list>
be868c8f6e9c Added article about processing TCP/UDP sessions.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1779
diff changeset
101
be868c8f6e9c Added article about processing TCP/UDP sessions.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1779
diff changeset
102 <list type="bullet">
be868c8f6e9c Added article about processing TCP/UDP sessions.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1779
diff changeset
103
be868c8f6e9c Added article about processing TCP/UDP sessions.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1779
diff changeset
104 <listitem>
2244
467aef18bf12 Renamed the "About njs" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2139
diff changeset
105 <link doc="njs/index.xml">Scripting with njs</link>
1846
bfac366fa1e4 Added article about nginScript.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1840
diff changeset
106 </listitem>
bfac366fa1e4 Added article about nginScript.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1840
diff changeset
107
bfac366fa1e4 Added article about nginScript.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1840
diff changeset
108 </list>
bfac366fa1e4 Added article about nginScript.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1840
diff changeset
109
bfac366fa1e4 Added article about nginScript.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1840
diff changeset
110 <list type="bullet">
bfac366fa1e4 Added article about nginScript.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1840
diff changeset
111
bfac366fa1e4 Added article about nginScript.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1840
diff changeset
112 <listitem>
1305
4fab838decd8 Removed the "links" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1285
diff changeset
113 <link url="http://www.aosabook.org/en/nginx.html">Chapter “nginx” in
4fab838decd8 Removed the "links" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1285
diff changeset
114 “The Architecture of Open Source Applications”</link>
4fab838decd8 Removed the "links" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1285
diff changeset
115 </listitem>
4fab838decd8 Removed the "links" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1285
diff changeset
116
4fab838decd8 Removed the "links" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1285
diff changeset
117 </list>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
118 </para>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
119
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
120 </section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
121
606
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
122
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
123 <section id="howto" name="How-To">
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
124
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
125 <para>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
126 <list type="bullet">
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
127
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
128 <listitem>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
129 <link doc="howto_build_on_win32.xml"/>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
130 </listitem>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
131
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
132 <listitem>
1527
f9a138e5ab14 Updated links to nginx.com website.
Valentin Bartenev <vbart@nginx.com>
parents: 1517
diff changeset
133 <link url="https://www.nginx.com/resources/admin-guide/setting-nginx-plus-environment-amazon-ec2/">Setting up NGINX Plus environment on Amazon EC2</link>
606
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
134 </listitem>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
135
698
5182e655d055 DTrace article added
Sergey Budnevitch <sb@waeme.net>
parents: 681
diff changeset
136 <listitem>
5182e655d055 DTrace article added
Sergey Budnevitch <sb@waeme.net>
parents: 681
diff changeset
137 <link doc="nginx_dtrace_pid_provider.xml"/>
5182e655d055 DTrace article added
Sergey Budnevitch <sb@waeme.net>
parents: 681
diff changeset
138 </listitem>
5182e655d055 DTrace article added
Sergey Budnevitch <sb@waeme.net>
parents: 681
diff changeset
139
606
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
140 </list>
852
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
141
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
142 <list type="bullet">
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
143
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
144 <listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
145 <link doc="http/converting_rewrite_rules.xml"/>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
146 </listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
147
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
148 <listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
149 <link doc="http/websocket.xml"/>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
150 </listitem>
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
151
0621cbf2d932 Reordered contents of "introduction" and "howto" sections.
Ruslan Ermilov <ru@nginx.com>
parents: 849
diff changeset
152 </list>
606
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
153 </para>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
154
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
155 </section>
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
156
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 589
diff changeset
157
911
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
158 <section id="development" name="Development">
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
159
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
160 <para>
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
161 <list type="bullet">
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
162
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
163 <listitem>
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
164 <link doc="contributing_changes.xml"/>
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
165 </listitem>
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
166
1899
b86cfece30c3 Added development guide.
Vladimir Homutov <vl@nginx.com>
parents: 1851
diff changeset
167 <listitem>
b86cfece30c3 Added development guide.
Vladimir Homutov <vl@nginx.com>
parents: 1851
diff changeset
168 <link doc="dev/development_guide.xml"/>
b86cfece30c3 Added development guide.
Vladimir Homutov <vl@nginx.com>
parents: 1851
diff changeset
169 </listitem>
b86cfece30c3 Added development guide.
Vladimir Homutov <vl@nginx.com>
parents: 1851
diff changeset
170
911
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
171 </list>
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
172 </para>
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
173
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
174 </section>
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
175
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 869
diff changeset
176
121
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 89
diff changeset
177 <section name="Modules reference">
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
178
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
179 <para>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
180 <list type="bullet">
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
181
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
182 <listitem>
423
04ad7c1b1b04 Alphabetical index of directives.
Ruslan Ermilov <ru@nginx.com>
parents: 416
diff changeset
183 <link doc="dirindex.xml"/>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
184 </listitem>
423
04ad7c1b1b04 Alphabetical index of directives.
Ruslan Ermilov <ru@nginx.com>
parents: 416
diff changeset
185
1156
8e8a6a7cff2b Added variables index.
Vladimir Homutov <vl@nginx.com>
parents: 1140
diff changeset
186 <listitem>
8e8a6a7cff2b Added variables index.
Vladimir Homutov <vl@nginx.com>
parents: 1140
diff changeset
187 <link doc="varindex.xml"/>
8e8a6a7cff2b Added variables index.
Vladimir Homutov <vl@nginx.com>
parents: 1140
diff changeset
188 </listitem>
8e8a6a7cff2b Added variables index.
Vladimir Homutov <vl@nginx.com>
parents: 1140
diff changeset
189
423
04ad7c1b1b04 Alphabetical index of directives.
Ruslan Ermilov <ru@nginx.com>
parents: 416
diff changeset
190 </list>
04ad7c1b1b04 Alphabetical index of directives.
Ruslan Ermilov <ru@nginx.com>
parents: 416
diff changeset
191 </para>
04ad7c1b1b04 Alphabetical index of directives.
Ruslan Ermilov <ru@nginx.com>
parents: 416
diff changeset
192
04ad7c1b1b04 Alphabetical index of directives.
Ruslan Ermilov <ru@nginx.com>
parents: 416
diff changeset
193 <para>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
194 <list type="bullet">
423
04ad7c1b1b04 Alphabetical index of directives.
Ruslan Ermilov <ru@nginx.com>
parents: 416
diff changeset
195
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
196 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
197 <link doc="ngx_core_module.xml" />
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
198 </listitem>
63
6108fd3217e7 Initial English translation of ngx_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 57
diff changeset
199
64
e81894f71d00 Visual separation of core functionality reference from HTTP reference.
Ruslan Ermilov <ru@nginx.com>
parents: 63
diff changeset
200 </list>
e81894f71d00 Visual separation of core functionality reference from HTTP reference.
Ruslan Ermilov <ru@nginx.com>
parents: 63
diff changeset
201 </para>
e81894f71d00 Visual separation of core functionality reference from HTTP reference.
Ruslan Ermilov <ru@nginx.com>
parents: 63
diff changeset
202
e81894f71d00 Visual separation of core functionality reference from HTTP reference.
Ruslan Ermilov <ru@nginx.com>
parents: 63
diff changeset
203 <para>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
204 <list type="bullet">
64
e81894f71d00 Visual separation of core functionality reference from HTTP reference.
Ruslan Ermilov <ru@nginx.com>
parents: 63
diff changeset
205
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
206 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
207 <link doc="http/ngx_http_core_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
208 ngx_http_core_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
209 </listitem>
57
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 50
diff changeset
210
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
211 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
212 <link doc="http/ngx_http_access_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
213 ngx_http_access_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
214 </listitem>
315
e00f8f8c0486 Translated ngx_http_access_module, ngx_http_addition_module,
Ruslan Ermilov <ru@nginx.com>
parents: 301
diff changeset
215
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
216 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
217 <link doc="http/ngx_http_addition_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
218 ngx_http_addition_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
219 </listitem>
315
e00f8f8c0486 Translated ngx_http_access_module, ngx_http_addition_module,
Ruslan Ermilov <ru@nginx.com>
parents: 301
diff changeset
220
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
221 <listitem>
2028
5c55b7054b58 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2016
diff changeset
222 <link doc="http/ngx_http_api_module.xml">
5c55b7054b58 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2016
diff changeset
223 ngx_http_api_module</link>
5c55b7054b58 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2016
diff changeset
224 </listitem>
5c55b7054b58 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2016
diff changeset
225
5c55b7054b58 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2016
diff changeset
226 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
227 <link doc="http/ngx_http_auth_basic_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
228 ngx_http_auth_basic_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
229 </listitem>
315
e00f8f8c0486 Translated ngx_http_access_module, ngx_http_addition_module,
Ruslan Ermilov <ru@nginx.com>
parents: 301
diff changeset
230
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
231 <listitem>
1763
a7974b8d2a23 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 1752
diff changeset
232 <link doc="http/ngx_http_auth_jwt_module.xml">
a7974b8d2a23 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 1752
diff changeset
233 ngx_http_auth_jwt_module</link>
a7974b8d2a23 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 1752
diff changeset
234 </listitem>
a7974b8d2a23 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 1752
diff changeset
235
a7974b8d2a23 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 1752
diff changeset
236 <listitem>
971
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 953
diff changeset
237 <link doc="http/ngx_http_auth_request_module.xml">
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 953
diff changeset
238 ngx_http_auth_request_module</link>
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 953
diff changeset
239 </listitem>
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 953
diff changeset
240
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 953
diff changeset
241 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
242 <link doc="http/ngx_http_autoindex_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
243 ngx_http_autoindex_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
244 </listitem>
315
e00f8f8c0486 Translated ngx_http_access_module, ngx_http_addition_module,
Ruslan Ermilov <ru@nginx.com>
parents: 301
diff changeset
245
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
246 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
247 <link doc="http/ngx_http_browser_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
248 ngx_http_browser_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
249 </listitem>
315
e00f8f8c0486 Translated ngx_http_access_module, ngx_http_addition_module,
Ruslan Ermilov <ru@nginx.com>
parents: 301
diff changeset
250
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
251 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
252 <link doc="http/ngx_http_charset_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
253 ngx_http_charset_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
254 </listitem>
350
55c1c4a1748f English translation of ngx_http_charset_module.
Ruslan Ermilov <ru@nginx.com>
parents: 348
diff changeset
255
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
256 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
257 <link doc="http/ngx_http_dav_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
258 ngx_http_dav_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
259 </listitem>
371
e5e7d6365612 English translation of ngx_http_dav_module.
Ruslan Ermilov <ru@nginx.com>
parents: 369
diff changeset
260
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
261 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
262 <link doc="http/ngx_http_empty_gif_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
263 ngx_http_empty_gif_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
264 </listitem>
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 123
diff changeset
265
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
266 <listitem>
953
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
267 <link doc="http/ngx_http_f4f_module.xml">
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
268 ngx_http_f4f_module</link>
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
269 </listitem>
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
270
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
271 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
272 <link doc="http/ngx_http_fastcgi_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
273 ngx_http_fastcgi_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
274 </listitem>
298
0dcf07c393b6 English translation of the ngx_http_fastcgi_module module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 293
diff changeset
275
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
276 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
277 <link doc="http/ngx_http_flv_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
278 ngx_http_flv_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
279 </listitem>
151
0188d11c77dd Initial translation of the ngx_http_flv_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 149
diff changeset
280
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
281 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
282 <link doc="http/ngx_http_geo_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
283 ngx_http_geo_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
284 </listitem>
369
68d9e5f2ea81 English translation of ngx_http_geo_module.
Ruslan Ermilov <ru@nginx.com>
parents: 363
diff changeset
285
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
286 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
287 <link doc="http/ngx_http_geoip_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
288 ngx_http_geoip_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
289 </listitem>
348
5a848934a12d English translation of ngx_http_geoip_module, ngx_http_map_module,
Ruslan Ermilov <ru@nginx.com>
parents: 340
diff changeset
290
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
291 <listitem>
2114
b7dd3e8ee9c2 Documented the gRPC proxy module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2099
diff changeset
292 <link doc="http/ngx_http_grpc_module.xml">
b7dd3e8ee9c2 Documented the gRPC proxy module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2099
diff changeset
293 ngx_http_grpc_module</link>
b7dd3e8ee9c2 Documented the gRPC proxy module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2099
diff changeset
294 </listitem>
b7dd3e8ee9c2 Documented the gRPC proxy module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2099
diff changeset
295
b7dd3e8ee9c2 Documented the gRPC proxy module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2099
diff changeset
296 <listitem>
675
08140f6b7964 Documented gunzip module and corresponding changes.
Vladimir Homutov <vl@nginx.com>
parents: 666
diff changeset
297 <link doc="http/ngx_http_gunzip_module.xml">
08140f6b7964 Documented gunzip module and corresponding changes.
Vladimir Homutov <vl@nginx.com>
parents: 666
diff changeset
298 ngx_http_gunzip_module</link>
08140f6b7964 Documented gunzip module and corresponding changes.
Vladimir Homutov <vl@nginx.com>
parents: 666
diff changeset
299 </listitem>
08140f6b7964 Documented gunzip module and corresponding changes.
Vladimir Homutov <vl@nginx.com>
parents: 666
diff changeset
300
08140f6b7964 Documented gunzip module and corresponding changes.
Vladimir Homutov <vl@nginx.com>
parents: 666
diff changeset
301 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
302 <link doc="http/ngx_http_gzip_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
303 ngx_http_gzip_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
304 </listitem>
330
f94bcab2a6ae Translated ngx_http_gzip_module and ngx_http_gzip_static_module.
Ruslan Ermilov <ru@nginx.com>
parents: 315
diff changeset
305
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
306 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
307 <link doc="http/ngx_http_gzip_static_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
308 ngx_http_gzip_static_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
309 </listitem>
330
f94bcab2a6ae Translated ngx_http_gzip_module and ngx_http_gzip_static_module.
Ruslan Ermilov <ru@nginx.com>
parents: 315
diff changeset
310
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
311 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
312 <link doc="http/ngx_http_headers_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
313 ngx_http_headers_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
314 </listitem>
353
7b6155ac373b Revised the Russian version of ngx_http_headers_module and translated
Ruslan Ermilov <ru@nginx.com>
parents: 350
diff changeset
315
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
316 <listitem>
953
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
317 <link doc="http/ngx_http_hls_module.xml">
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
318 ngx_http_hls_module</link>
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
319 </listitem>
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
320
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
321 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
322 <link doc="http/ngx_http_image_filter_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
323 ngx_http_image_filter_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
324 </listitem>
204
eed54ef19197 English translation of the ngx_http_image_filter_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 186
diff changeset
325
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
326 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
327 <link doc="http/ngx_http_index_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
328 ngx_http_index_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
329 </listitem>
210
8b3cb4d38b90 Sorting.
Ruslan Ermilov <ru@nginx.com>
parents: 204
diff changeset
330
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
331 <listitem>
2956
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
332 <link doc="http/ngx_http_internal_redirect_module.xml">
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
333 ngx_http_internal_redirect_module</link>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
334 </listitem>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
335
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
336 <listitem>
1840
15632fc2d548 Documented http and stream nginScript modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
337 <link doc="http/ngx_http_js_module.xml">
15632fc2d548 Documented http and stream nginScript modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
338 ngx_http_js_module</link>
15632fc2d548 Documented http and stream nginScript modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
339 </listitem>
15632fc2d548 Documented http and stream nginScript modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
340
15632fc2d548 Documented http and stream nginScript modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
341 <listitem>
2028
5c55b7054b58 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2016
diff changeset
342 <link doc="http/ngx_http_keyval_module.xml">
5c55b7054b58 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2016
diff changeset
343 ngx_http_keyval_module</link>
5c55b7054b58 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2016
diff changeset
344 </listitem>
5c55b7054b58 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2016
diff changeset
345
5c55b7054b58 Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2016
diff changeset
346 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
347 <link doc="http/ngx_http_limit_conn_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
348 ngx_http_limit_conn_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
349 </listitem>
179
8cc01e2179a9 - Reflected recent changes made to ngx_http_limit_conn_module.
Ruslan Ermilov <ru@nginx.com>
parents: 153
diff changeset
350
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
351 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
352 <link doc="http/ngx_http_limit_req_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
353 ngx_http_limit_req_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
354 </listitem>
179
8cc01e2179a9 - Reflected recent changes made to ngx_http_limit_conn_module.
Ruslan Ermilov <ru@nginx.com>
parents: 153
diff changeset
355
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
356 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
357 <link doc="http/ngx_http_log_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
358 ngx_http_log_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
359 </listitem>
224
7f36795d99a2 Updated ngx_http_log_module documentation including translation into English.
Ruslan Ermilov <ru@nginx.com>
parents: 210
diff changeset
360
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
361 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
362 <link doc="http/ngx_http_map_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
363 ngx_http_map_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
364 </listitem>
348
5a848934a12d English translation of ngx_http_geoip_module, ngx_http_map_module,
Ruslan Ermilov <ru@nginx.com>
parents: 340
diff changeset
365
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
366 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
367 <link doc="http/ngx_http_memcached_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
368 ngx_http_memcached_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
369 </listitem>
363
c7fccbe03827 English translation of ngx_http_memcached_module.
Ruslan Ermilov <ru@nginx.com>
parents: 360
diff changeset
370
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
371 <listitem>
2016
e6de97d14f81 Documented the mirror module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1947
diff changeset
372 <link doc="http/ngx_http_mirror_module.xml">
e6de97d14f81 Documented the mirror module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1947
diff changeset
373 ngx_http_mirror_module</link>
e6de97d14f81 Documented the mirror module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1947
diff changeset
374 </listitem>
e6de97d14f81 Documented the mirror module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1947
diff changeset
375
e6de97d14f81 Documented the mirror module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1947
diff changeset
376 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
377 <link doc="http/ngx_http_mp4_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
378 ngx_http_mp4_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
379 </listitem>
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
380
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
381 <listitem>
416
c9c0550465c9 English translation of ngx_http_perl_module.
Ruslan Ermilov <ru@nginx.com>
parents: 399
diff changeset
382 <link doc="http/ngx_http_perl_module.xml">
c9c0550465c9 English translation of ngx_http_perl_module.
Ruslan Ermilov <ru@nginx.com>
parents: 399
diff changeset
383 ngx_http_perl_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
384 </listitem>
416
c9c0550465c9 English translation of ngx_http_perl_module.
Ruslan Ermilov <ru@nginx.com>
parents: 399
diff changeset
385
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
386 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
387 <link doc="http/ngx_http_proxy_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
388 ngx_http_proxy_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
389 </listitem>
281
7142ddd2764c Translated current version of ngx_http_proxy_module documentation into English.
Ruslan Ermilov <ru@nginx.com>
parents: 263
diff changeset
390
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
391 <listitem>
2914
3a2d342533fb Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2677
diff changeset
392 <link doc="http/ngx_http_proxy_protocol_vendor_module.xml">
3a2d342533fb Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2677
diff changeset
393 ngx_http_proxy_protocol_vendor_module</link>
3a2d342533fb Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2677
diff changeset
394 </listitem>
3a2d342533fb Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2677
diff changeset
395
3a2d342533fb Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2677
diff changeset
396 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
397 <link doc="http/ngx_http_random_index_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
398 ngx_http_random_index_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
399 </listitem>
153
317ac898ba50 Initial translation of the "ngx_http_index_module" and
Ruslan Ermilov <ru@nginx.com>
parents: 151
diff changeset
400
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
401 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
402 <link doc="http/ngx_http_realip_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
403 ngx_http_realip_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
404 </listitem>
348
5a848934a12d English translation of ngx_http_geoip_module, ngx_http_map_module,
Ruslan Ermilov <ru@nginx.com>
parents: 340
diff changeset
405
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
406 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
407 <link doc="http/ngx_http_referer_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
408 ngx_http_referer_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
409 </listitem>
357
3d6c27e22625 Translated ngx_http_referer_module into English.
Ruslan Ermilov <ru@nginx.com>
parents: 353
diff changeset
410
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
411 <listitem>
392
5fd99d37a3e6 English translation of ngx_http_rewrite_module.
Ruslan Ermilov <ru@nginx.com>
parents: 384
diff changeset
412 <link doc="http/ngx_http_rewrite_module.xml">
5fd99d37a3e6 English translation of ngx_http_rewrite_module.
Ruslan Ermilov <ru@nginx.com>
parents: 384
diff changeset
413 ngx_http_rewrite_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
414 </listitem>
392
5fd99d37a3e6 English translation of ngx_http_rewrite_module.
Ruslan Ermilov <ru@nginx.com>
parents: 384
diff changeset
415
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
416 <listitem>
1180
9d3beb5890eb Documented the scgi module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1156
diff changeset
417 <link doc="http/ngx_http_scgi_module.xml">
9d3beb5890eb Documented the scgi module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1156
diff changeset
418 ngx_http_scgi_module</link>
9d3beb5890eb Documented the scgi module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1156
diff changeset
419 </listitem>
9d3beb5890eb Documented the scgi module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1156
diff changeset
420
9d3beb5890eb Documented the scgi module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1156
diff changeset
421 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
422 <link doc="http/ngx_http_secure_link_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
423 ngx_http_secure_link_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
424 </listitem>
348
5a848934a12d English translation of ngx_http_geoip_module, ngx_http_map_module,
Ruslan Ermilov <ru@nginx.com>
parents: 340
diff changeset
425
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
426 <listitem>
953
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
427 <link doc="http/ngx_http_session_log_module.xml">
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
428 ngx_http_session_log_module</link>
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
429 </listitem>
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
430
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
431 <listitem>
1616
9e8ec9c67cf3 Documented ngx_http_slice_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1566
diff changeset
432 <link doc="http/ngx_http_slice_module.xml">
9e8ec9c67cf3 Documented ngx_http_slice_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1566
diff changeset
433 ngx_http_slice_module</link>
9e8ec9c67cf3 Documented ngx_http_slice_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1566
diff changeset
434 </listitem>
9e8ec9c67cf3 Documented ngx_http_slice_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1566
diff changeset
435
9e8ec9c67cf3 Documented ngx_http_slice_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1566
diff changeset
436 <listitem>
869
ade81792bdaa Documented SPDY support.
Homutov Vladimir <vl@nginx.com>
parents: 852
diff changeset
437 <link doc="http/ngx_http_spdy_module.xml">
ade81792bdaa Documented SPDY support.
Homutov Vladimir <vl@nginx.com>
parents: 852
diff changeset
438 ngx_http_spdy_module</link>
ade81792bdaa Documented SPDY support.
Homutov Vladimir <vl@nginx.com>
parents: 852
diff changeset
439 </listitem>
ade81792bdaa Documented SPDY support.
Homutov Vladimir <vl@nginx.com>
parents: 852
diff changeset
440
ade81792bdaa Documented SPDY support.
Homutov Vladimir <vl@nginx.com>
parents: 852
diff changeset
441 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
442 <link doc="http/ngx_http_split_clients_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
443 ngx_http_split_clients_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
444 </listitem>
348
5a848934a12d English translation of ngx_http_geoip_module, ngx_http_map_module,
Ruslan Ermilov <ru@nginx.com>
parents: 340
diff changeset
445
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
446 <listitem>
399
a56540cdcea5 English translation of ngx_http_ssi_module.
Ruslan Ermilov <ru@nginx.com>
parents: 392
diff changeset
447 <link doc="http/ngx_http_ssi_module.xml">
a56540cdcea5 English translation of ngx_http_ssi_module.
Ruslan Ermilov <ru@nginx.com>
parents: 392
diff changeset
448 ngx_http_ssi_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
449 </listitem>
399
a56540cdcea5 English translation of ngx_http_ssi_module.
Ruslan Ermilov <ru@nginx.com>
parents: 392
diff changeset
450
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
451 <listitem>
384
331a86bc51ff English translation of ngx_http_ssl_module.
Ruslan Ermilov <ru@nginx.com>
parents: 377
diff changeset
452 <link doc="http/ngx_http_ssl_module.xml">
331a86bc51ff English translation of ngx_http_ssl_module.
Ruslan Ermilov <ru@nginx.com>
parents: 377
diff changeset
453 ngx_http_ssl_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
454 </listitem>
384
331a86bc51ff English translation of ngx_http_ssl_module.
Ruslan Ermilov <ru@nginx.com>
parents: 377
diff changeset
455
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
456 <listitem>
953
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
457 <link doc="http/ngx_http_status_module.xml">
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
458 ngx_http_status_module</link>
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
459 </listitem>
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
460
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 936
diff changeset
461 <listitem>
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1194
diff changeset
462 <link doc="http/ngx_http_stub_status_module.xml">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1194
diff changeset
463 ngx_http_stub_status_module</link>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1194
diff changeset
464 </listitem>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1194
diff changeset
465
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1194
diff changeset
466 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
467 <link doc="http/ngx_http_sub_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
468 ngx_http_sub_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
469 </listitem>
348
5a848934a12d English translation of ngx_http_geoip_module, ngx_http_map_module,
Ruslan Ermilov <ru@nginx.com>
parents: 340
diff changeset
470
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
471 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
472 <link doc="http/ngx_http_upstream_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
473 ngx_http_upstream_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
474 </listitem>
293
34246e706f48 English translation of the ngx_http_upstream_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 281
diff changeset
475
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
476 <listitem>
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1405
diff changeset
477 <link doc="http/ngx_http_upstream_conf_module.xml">
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1405
diff changeset
478 ngx_http_upstream_conf_module</link>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1405
diff changeset
479 </listitem>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1405
diff changeset
480
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1405
diff changeset
481 <listitem>
1945
88477c5d2751 Moved "health_check" and "match" to ngx_http_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1899
diff changeset
482 <link doc="http/ngx_http_upstream_hc_module.xml">
88477c5d2751 Moved "health_check" and "match" to ngx_http_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1899
diff changeset
483 ngx_http_upstream_hc_module</link>
88477c5d2751 Moved "health_check" and "match" to ngx_http_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1899
diff changeset
484 </listitem>
88477c5d2751 Moved "health_check" and "match" to ngx_http_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1899
diff changeset
485
88477c5d2751 Moved "health_check" and "match" to ngx_http_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1899
diff changeset
486 <listitem>
374
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
487 <link doc="http/ngx_http_userid_module.xml">
a413dffb0557 Replaced "a href" with "link doc" / "link url".
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
488 ngx_http_userid_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
489 </listitem>
360
43f379b12b76 English translation of ngx_http_userid_module.
Ruslan Ermilov <ru@nginx.com>
parents: 357
diff changeset
490
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
491 <listitem>
1194
9264fdb6c833 Added links to uwsgi.
Ruslan Ermilov <ru@nginx.com>
parents: 1180
diff changeset
492 <link doc="http/ngx_http_uwsgi_module.xml">
9264fdb6c833 Added links to uwsgi.
Ruslan Ermilov <ru@nginx.com>
parents: 1180
diff changeset
493 ngx_http_uwsgi_module</link>
9264fdb6c833 Added links to uwsgi.
Ruslan Ermilov <ru@nginx.com>
parents: 1180
diff changeset
494 </listitem>
9264fdb6c833 Added links to uwsgi.
Ruslan Ermilov <ru@nginx.com>
parents: 1180
diff changeset
495
9264fdb6c833 Added links to uwsgi.
Ruslan Ermilov <ru@nginx.com>
parents: 1180
diff changeset
496 <listitem>
1566
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1527
diff changeset
497 <link doc="http/ngx_http_v2_module.xml">
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1527
diff changeset
498 ngx_http_v2_module</link>
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1527
diff changeset
499 </listitem>
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1527
diff changeset
500
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1527
diff changeset
501 <listitem>
2956
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
502 <link doc="http/ngx_http_v3_module.xml">
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
503 ngx_http_v3_module</link>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
504 </listitem>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
505
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
506 <listitem>
377
e72701967099 English translation of ngx_http_xslt_module.
Ruslan Ermilov <ru@nginx.com>
parents: 374
diff changeset
507 <link doc="http/ngx_http_xslt_module.xml">
e72701967099 English translation of ngx_http_xslt_module.
Ruslan Ermilov <ru@nginx.com>
parents: 374
diff changeset
508 ngx_http_xslt_module</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
509 </listitem>
377
e72701967099 English translation of ngx_http_xslt_module.
Ruslan Ermilov <ru@nginx.com>
parents: 374
diff changeset
510
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
511 </list>
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
512 </para>
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
513
664
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
514 <para>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
515 <list type="bullet">
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
516
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
517 <listitem>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
518 <link doc="mail/ngx_mail_core_module.xml">
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
519 ngx_mail_core_module</link>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
520 </listitem>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
521
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
522 <listitem>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
523 <link doc="mail/ngx_mail_auth_http_module.xml">
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
524 ngx_mail_auth_http_module</link>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
525 </listitem>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
526
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
527 <listitem>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
528 <link doc="mail/ngx_mail_proxy_module.xml">
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
529 ngx_mail_proxy_module</link>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
530 </listitem>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
531
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
532 <listitem>
2677
3760176ba83e Documented ngx_mail_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2600
diff changeset
533 <link doc="mail/ngx_mail_realip_module.xml">
3760176ba83e Documented ngx_mail_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2600
diff changeset
534 ngx_mail_realip_module</link>
3760176ba83e Documented ngx_mail_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2600
diff changeset
535 </listitem>
3760176ba83e Documented ngx_mail_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2600
diff changeset
536
3760176ba83e Documented ngx_mail_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2600
diff changeset
537 <listitem>
664
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
538 <link doc="mail/ngx_mail_ssl_module.xml">
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
539 ngx_mail_ssl_module</link>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
540 </listitem>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
541
1062
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
542 <listitem>
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
543 <link doc="mail/ngx_mail_imap_module.xml">
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
544 ngx_mail_imap_module</link>
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
545 </listitem>
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
546
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
547 <listitem>
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
548 <link doc="mail/ngx_mail_pop3_module.xml">
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
549 ngx_mail_pop3_module</link>
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
550 </listitem>
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
551
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
552 <listitem>
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
553 <link doc="mail/ngx_mail_smtp_module.xml">
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
554 ngx_mail_smtp_module</link>
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
555 </listitem>
4002f7a0bf35 Reordered contents of mail sections.
Sergey Kandaurov <pluknet@nginx.com>
parents: 971
diff changeset
556
664
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
557 </list>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
558 </para>
8283b1048b27 Translated mail modules into English.
Vladimir Homutov <vl@nginx.com>
parents: 606
diff changeset
559
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
560 <para>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
561 <list type="bullet">
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
562
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
563 <listitem>
1405
4569719f4247 Split stream module into stream_core and stream_proxy modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1378
diff changeset
564 <link doc="stream/ngx_stream_core_module.xml">
4569719f4247 Split stream module into stream_core and stream_proxy modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1378
diff changeset
565 ngx_stream_core_module</link>
4569719f4247 Split stream module into stream_core and stream_proxy modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1378
diff changeset
566 </listitem>
4569719f4247 Split stream module into stream_core and stream_proxy modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1378
diff changeset
567
4569719f4247 Split stream module into stream_core and stream_proxy modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1378
diff changeset
568 <listitem>
1503
a9ffc9dd41e0 Added the "ngx_stream_access_module" module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1450
diff changeset
569 <link doc="stream/ngx_stream_access_module.xml">
a9ffc9dd41e0 Added the "ngx_stream_access_module" module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1450
diff changeset
570 ngx_stream_access_module</link>
a9ffc9dd41e0 Added the "ngx_stream_access_module" module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1450
diff changeset
571 </listitem>
a9ffc9dd41e0 Added the "ngx_stream_access_module" module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1450
diff changeset
572
a9ffc9dd41e0 Added the "ngx_stream_access_module" module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1450
diff changeset
573 <listitem>
1751
3768eb3d9c6c Documented the geo module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1750
diff changeset
574 <link doc="stream/ngx_stream_geo_module.xml">
3768eb3d9c6c Documented the geo module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1750
diff changeset
575 ngx_stream_geo_module</link>
3768eb3d9c6c Documented the geo module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1750
diff changeset
576 </listitem>
3768eb3d9c6c Documented the geo module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1750
diff changeset
577
3768eb3d9c6c Documented the geo module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1750
diff changeset
578 <listitem>
1750
0e591e97737c Documented the geoip module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1746
diff changeset
579 <link doc="stream/ngx_stream_geoip_module.xml">
0e591e97737c Documented the geoip module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1746
diff changeset
580 ngx_stream_geoip_module</link>
0e591e97737c Documented the geoip module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1746
diff changeset
581 </listitem>
0e591e97737c Documented the geoip module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1746
diff changeset
582
0e591e97737c Documented the geoip module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1746
diff changeset
583 <listitem>
1840
15632fc2d548 Documented http and stream nginScript modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
584 <link doc="stream/ngx_stream_js_module.xml">
15632fc2d548 Documented http and stream nginScript modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
585 ngx_stream_js_module</link>
15632fc2d548 Documented http and stream nginScript modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
586 </listitem>
15632fc2d548 Documented http and stream nginScript modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
587
15632fc2d548 Documented http and stream nginScript modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
588 <listitem>
2082
fee7627f6a5a Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2028
diff changeset
589 <link doc="stream/ngx_stream_keyval_module.xml">
fee7627f6a5a Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2028
diff changeset
590 ngx_stream_keyval_module</link>
fee7627f6a5a Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2028
diff changeset
591 </listitem>
fee7627f6a5a Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2028
diff changeset
592
fee7627f6a5a Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2028
diff changeset
593 <listitem>
1517
53ae63cb4cfa Added the limit_conn module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1503
diff changeset
594 <link doc="stream/ngx_stream_limit_conn_module.xml">
53ae63cb4cfa Added the limit_conn module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1503
diff changeset
595 ngx_stream_limit_conn_module</link>
53ae63cb4cfa Added the limit_conn module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1503
diff changeset
596 </listitem>
53ae63cb4cfa Added the limit_conn module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1503
diff changeset
597
53ae63cb4cfa Added the limit_conn module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1503
diff changeset
598 <listitem>
1776
8d0372178e00 Documented the ngx_stream_log_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1763
diff changeset
599 <link doc="stream/ngx_stream_log_module.xml">
8d0372178e00 Documented the ngx_stream_log_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1763
diff changeset
600 ngx_stream_log_module</link>
8d0372178e00 Documented the ngx_stream_log_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1763
diff changeset
601 </listitem>
8d0372178e00 Documented the ngx_stream_log_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1763
diff changeset
602
8d0372178e00 Documented the ngx_stream_log_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1763
diff changeset
603 <listitem>
1743
3d686cb47c2c Documented the map module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1616
diff changeset
604 <link doc="stream/ngx_stream_map_module.xml">
3d686cb47c2c Documented the map module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1616
diff changeset
605 ngx_stream_map_module</link>
3d686cb47c2c Documented the map module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1616
diff changeset
606 </listitem>
3d686cb47c2c Documented the map module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1616
diff changeset
607
3d686cb47c2c Documented the map module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1616
diff changeset
608 <listitem>
2956
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
609 <link doc="stream/ngx_stream_mqtt_preread_module.xml">
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
610 ngx_stream_mqtt_preread_module</link>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
611 </listitem>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
612
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
613 <listitem>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
614 <link doc="stream/ngx_stream_mqtt_filter_module.xml">
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
615 ngx_stream_mqtt_filter_module</link>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
616 </listitem>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
617
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
618 <listitem>
1405
4569719f4247 Split stream module into stream_core and stream_proxy modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1378
diff changeset
619 <link doc="stream/ngx_stream_proxy_module.xml">
4569719f4247 Split stream module into stream_core and stream_proxy modules.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1378
diff changeset
620 ngx_stream_proxy_module</link>
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
621 </listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
622
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
623 <listitem>
2914
3a2d342533fb Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2677
diff changeset
624 <link doc="stream/ngx_stream_proxy_protocol_vendor_module.xml">
3a2d342533fb Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2677
diff changeset
625 ngx_stream_proxy_protocol_vendor_module</link>
3a2d342533fb Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2677
diff changeset
626 </listitem>
3a2d342533fb Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2677
diff changeset
627
3a2d342533fb Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2677
diff changeset
628 <listitem>
1779
ee56773d44e8 Documented ngx_stream_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1776
diff changeset
629 <link doc="stream/ngx_stream_realip_module.xml">
ee56773d44e8 Documented ngx_stream_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1776
diff changeset
630 ngx_stream_realip_module</link>
ee56773d44e8 Documented ngx_stream_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1776
diff changeset
631 </listitem>
ee56773d44e8 Documented ngx_stream_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1776
diff changeset
632
ee56773d44e8 Documented ngx_stream_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1776
diff changeset
633 <listitem>
1746
4d6ea4d94e20 Documented the return module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1743
diff changeset
634 <link doc="stream/ngx_stream_return_module.xml">
4d6ea4d94e20 Documented the return module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1743
diff changeset
635 ngx_stream_return_module</link>
4d6ea4d94e20 Documented the return module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1743
diff changeset
636 </listitem>
4d6ea4d94e20 Documented the return module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1743
diff changeset
637
4d6ea4d94e20 Documented the return module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1743
diff changeset
638 <listitem>
2600
2fd28cd4f2f8 Added set module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2244
diff changeset
639 <link doc="stream/ngx_stream_set_module.xml">
2fd28cd4f2f8 Added set module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2244
diff changeset
640 ngx_stream_set_module</link>
2fd28cd4f2f8 Added set module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2244
diff changeset
641 </listitem>
2fd28cd4f2f8 Added set module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2244
diff changeset
642
2fd28cd4f2f8 Added set module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2244
diff changeset
643 <listitem>
1752
b4de612feff8 Documented the split_clients module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1751
diff changeset
644 <link doc="stream/ngx_stream_split_clients_module.xml">
b4de612feff8 Documented the split_clients module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1751
diff changeset
645 ngx_stream_split_clients_module</link>
b4de612feff8 Documented the split_clients module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1751
diff changeset
646 </listitem>
b4de612feff8 Documented the split_clients module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1751
diff changeset
647
b4de612feff8 Documented the split_clients module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1751
diff changeset
648 <listitem>
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1405
diff changeset
649 <link doc="stream/ngx_stream_ssl_module.xml">
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1405
diff changeset
650 ngx_stream_ssl_module</link>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1405
diff changeset
651 </listitem>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1405
diff changeset
652
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1405
diff changeset
653 <listitem>
1798
59d1f512c3a0 Documented the ngx_stream_ssl_preread_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1797
diff changeset
654 <link doc="stream/ngx_stream_ssl_preread_module.xml">
59d1f512c3a0 Documented the ngx_stream_ssl_preread_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1797
diff changeset
655 ngx_stream_ssl_preread_module</link>
59d1f512c3a0 Documented the ngx_stream_ssl_preread_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1797
diff changeset
656 </listitem>
59d1f512c3a0 Documented the ngx_stream_ssl_preread_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1797
diff changeset
657
59d1f512c3a0 Documented the ngx_stream_ssl_preread_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1797
diff changeset
658 <listitem>
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
659 <link doc="stream/ngx_stream_upstream_module.xml">
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
660 ngx_stream_upstream_module</link>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
661 </listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
662
1947
6b6d0e844bf7 Moved "health_check" and "match" to ngx_stream_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1945
diff changeset
663 <listitem>
6b6d0e844bf7 Moved "health_check" and "match" to ngx_stream_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1945
diff changeset
664 <link doc="stream/ngx_stream_upstream_hc_module.xml">
6b6d0e844bf7 Moved "health_check" and "match" to ngx_stream_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1945
diff changeset
665 ngx_stream_upstream_hc_module</link>
6b6d0e844bf7 Moved "health_check" and "match" to ngx_stream_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1945
diff changeset
666 </listitem>
6b6d0e844bf7 Moved "health_check" and "match" to ngx_stream_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1945
diff changeset
667
2139
f6e578b1b02d Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2114
diff changeset
668 <listitem>
f6e578b1b02d Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2114
diff changeset
669 <link doc="stream/ngx_stream_zone_sync_module.xml">
f6e578b1b02d Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2114
diff changeset
670 ngx_stream_zone_sync_module</link>
f6e578b1b02d Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2114
diff changeset
671 </listitem>
f6e578b1b02d Updated docs for the upcoming NGINX Plus release.
Ruslan Ermilov <ru@nginx.com>
parents: 2114
diff changeset
672
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
673 </list>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
674 </para>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1328
diff changeset
675
1851
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
676 <para>
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
677 <list type="bullet">
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
678
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
679 <listitem>
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
680 <link doc="ngx_google_perftools_module.xml">
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
681 ngx_google_perftools_module</link>
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
682 </listitem>
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
683
2956
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
684 <listitem>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
685 <link doc="ngx_otel_module.xml">
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
686 ngx_otel_module</link>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
687 </listitem>
a85e4d126bc7 Updated docs for the upcoming NGINX Plus release.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2914
diff changeset
688
1851
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
689 </list>
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
690 </para>
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
691
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
692 </section>
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
693
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
694 </article>