comparison xml/en/docs/ngx_core_module.xml @ 3081:eb5950986b11

Documented "pid off".
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 14 May 2024 05:30:46 +0300
parents 0722b485010c
children 27532d42102b
comparison
equal deleted inserted replaced
3080:d099a7bc5d22 3081:eb5950986b11
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="27"> 13 rev="28">
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>
401 401
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> | <literal>off</literal></syntax>
407 <default>logs/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 The <literal>off</literal> parameter (1.27.0) disables writing a PID file.
412 </para> 413 </para>
413 414
414 </directive> 415 </directive>
415 416
416 417