comparison xml/en/docs/ngx_core_module.xml @ 2080:8f885a69374d

Fixed the "pid" directive default value.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 Nov 2017 19:47:05 +0300
parents 75d2478260f4
children ca7568f67dee
comparison
equal deleted inserted replaced
2079:05f5bfdaffa3 2080:8f885a69374d
8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd">
9 9
10 <module name="Core functionality" 10 <module name="Core functionality"
11 link="/en/docs/ngx_core_module.html" 11 link="/en/docs/ngx_core_module.html"
12 lang="en" 12 lang="en"
13 rev="24"> 13 rev="25">
14 14
15 <section id="example" name="Example Configuration"> 15 <section id="example" name="Example Configuration">
16 16
17 <para> 17 <para>
18 <example> 18 <example>
402 </directive> 402 </directive>
403 403
404 404
405 <directive name="pid"> 405 <directive name="pid">
406 <syntax><value>file</value></syntax> 406 <syntax><value>file</value></syntax>
407 <default>nginx.pid</default> 407 <default>logs/nginx.pid</default>
408 <context>main</context> 408 <context>main</context>
409 409
410 <para> 410 <para>
411 Defines a <value>file</value> that will store the process ID of the main process. 411 Defines a <value>file</value> that will store the process ID of the main process.
412 </para> 412 </para>