annotate xml/en/docs/index.xml @ 2139:f6e578b1b02d

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