comparison xml/en/docs/configure.xml @ 2155:fd06f014e6db

Marked nginx.pid as path in configure description.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 Apr 2018 21:41:05 +0300
parents ebc9fb8139e4
children 224ca9f697a5
comparison
equal deleted inserted replaced
2154:ebc9fb8139e4 2155:fd06f014e6db
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="12"> 11 rev="13">
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.
55 55
56 <tag-name> 56 <tag-name>
57 <literal>--pid-path=<value>path</value></literal> 57 <literal>--pid-path=<value>path</value></literal>
58 </tag-name> 58 </tag-name>
59 <tag-desc> 59 <tag-desc>
60 sets the name of an nginx.pid file that will store the process ID 60 sets the name of an <path>nginx.pid</path> file
61 of the main process. 61 that will store the process ID of the main process.
62 After installation, the file name can always be changed in the 62 After installation, the file name can always be changed in the
63 <path>nginx.conf</path> configuration file using the 63 <path>nginx.conf</path> configuration file using the
64 <link doc="ngx_core_module.xml" id="pid"/> directive. 64 <link doc="ngx_core_module.xml" id="pid"/> directive.
65 By default the file is named 65 By default the file is named
66 <path><value>prefix</value>/logs/nginx.pid</path>. 66 <path><value>prefix</value>/logs/nginx.pid</path>.