comparison xml/en/docs/configure.xml @ 2983:67dd348c9757

Documented new global nginx properties in njs Reference. The following properties were added: ngx.build, ngx.conf_file_path, ngx.error_log_path, ngx.prefix, ngx.version, ngx.version_number.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 01 Jun 2023 17:12:18 +0100
parents 23eedf89fd5d
children f55e18559df9
comparison
equal deleted inserted replaced
2982:02889d1bab78 2983:67dd348c9757
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="21"> 11 rev="22">
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.
66 <tag-desc> 66 <tag-desc>
67 defines a directory where nginx dynamic modules will be installed. 67 defines a directory where nginx dynamic modules will be installed.
68 By default the <path><value>prefix</value>/modules</path> directory is used. 68 By default the <path><value>prefix</value>/modules</path> directory is used.
69 </tag-desc> 69 </tag-desc>
70 70
71 <tag-name> 71 <tag-name id="conf_path">
72 <literal>--conf-path=<value>path</value></literal> 72 <literal>--conf-path=<value>path</value></literal>
73 </tag-name> 73 </tag-name>
74 <tag-desc> 74 <tag-desc>
75 sets the name of an <path>nginx.conf</path> configuration file. 75 sets the name of an <path>nginx.conf</path> configuration file.
76 If needs be, nginx can always be started with a different configuration file, 76 If needs be, nginx can always be started with a different configuration file,