[nginx-site] Documented "pid off".

Maxim Dounin mdounin at mdounin.ru
Tue May 14 15:02:03 UTC 2024


details:   http://freenginx.org/hg/nginx-site/rev/eb5950986b11
branches:  
changeset: 3081:eb5950986b11
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Tue May 14 05:30:46 2024 +0300
description:
Documented "pid off".

diffstat:

 xml/en/docs/ngx_core_module.xml |  5 +++--
 xml/ru/docs/ngx_core_module.xml |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (54 lines):

diff --git a/xml/en/docs/ngx_core_module.xml b/xml/en/docs/ngx_core_module.xml
--- a/xml/en/docs/ngx_core_module.xml
+++ b/xml/en/docs/ngx_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Core functionality"
         link="/en/docs/ngx_core_module.html"
         lang="en"
-        rev="27">
+        rev="28">
 
 <section id="example" name="Example Configuration">
 
@@ -403,12 +403,13 @@ the JIT support is enabled via the
 
 
 <directive name="pid">
-<syntax><value>file</value></syntax>
+<syntax><value>file</value> | <literal>off</literal></syntax>
 <default>logs/nginx.pid</default>
 <context>main</context>
 
 <para>
 Defines a <value>file</value> that will store the process ID of the main process.
+The <literal>off</literal> parameter (1.27.0) disables writing a PID file.
 </para>
 
 </directive>
diff --git a/xml/ru/docs/ngx_core_module.xml b/xml/ru/docs/ngx_core_module.xml
--- a/xml/ru/docs/ngx_core_module.xml
+++ b/xml/ru/docs/ngx_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Основная функциональность"
         link="/ru/docs/ngx_core_module.html"
         lang="ru"
-        rev="27">
+        rev="28">
 
 <section id="example" name="Пример конфигурации">
 
@@ -401,12 +401,13 @@ load_module modules/ngx_mail_module.so;
 
 
 <directive name="pid">
-<syntax><value>файл</value></syntax>
+<syntax><value>файл</value> | <literal>off</literal></syntax>
 <default>logs/nginx.pid</default>
 <context>main</context>
 
 <para>
 Задаёт <value>файл</value>, в котором будет храниться номер (PID) главного процесса.
+Параметр <literal>off</literal> (1.27.0) отключает запись PID-файла.
 </para>
 
 </directive>


More information about the nginx-devel mailing list