comparison xml/en/docs/configure.xml @ 1952:3be7279397c8

Documented the "build" parameter of the "configure" command.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 30 Mar 2017 21:28:05 +0300
parents d011ffde3760
children 7ee425a5ae29
comparison
equal deleted inserted replaced
1951:f069d4b7a8df 1952:3be7279397c8
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="Building nginx from Sources" 8 <article name="Building nginx from Sources"
9 link="/en/docs/configure.html" 9 link="/en/docs/configure.html"
10 lang="en" 10 lang="en"
11 rev="8"> 11 rev="9">
12 12
13 <section> 13 <section>
14 14
15 <para> 15 <para>
16 The build is configured using the <command>configure</command> command. 16 The build is configured using the <command>configure</command> command.
85 After installation, the file name can always be changed in the 85 After installation, the file name can always be changed in the
86 <path>nginx.conf</path> configuration file using the 86 <path>nginx.conf</path> configuration file using the
87 <link doc="http/ngx_http_log_module.xml" id="access_log"/> directive. 87 <link doc="http/ngx_http_log_module.xml" id="access_log"/> directive.
88 By default the file is named 88 By default the file is named
89 <path><value>prefix</value>/logs/access.log</path>. 89 <path><value>prefix</value>/logs/access.log</path>.
90 </para>
91 </listitem>
92
93 <listitem id="build">
94 <para>
95 <literal>--build=<value>name</value></literal>&mdash;sets
96 an optional nginx build name.
90 </para> 97 </para>
91 </listitem> 98 </listitem>
92 99
93 <listitem> 100 <listitem>
94 <para> 101 <para>