# HG changeset patch # User Maxim Dounin # Date 1715653846 -10800 # Node ID eb5950986b115fa7ec0a208c9d0c42959a67ca2a # Parent d099a7bc5d226cabdefe8994374d0bbfd84ad07b Documented "pid off". 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 @@ + rev="28">
@@ -403,12 +403,13 @@ the JIT support is enabled via the -file +file | off logs/nginx.pid main Defines a file that will store the process ID of the main process. +The off parameter (1.27.0) disables writing a PID file. 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 @@ + rev="28">
@@ -401,12 +401,13 @@ load_module modules/ngx_mail_module.so; -файл +файл | off logs/nginx.pid main Задаёт файл, в котором будет храниться номер (PID) главного процесса. +Параметр off (1.27.0) отключает запись PID-файла.