# HG changeset patch # User Maxim Dounin # Date 1715653846 -10800 # Node ID eb5950986b115fa7ec0a208c9d0c42959a67ca2a # Parent d099a7bc5d226cabdefe8994374d0bbfd84ad07b Documented "pid off". diff -r d099a7bc5d22 -r eb5950986b11 xml/en/docs/ngx_core_module.xml --- a/xml/en/docs/ngx_core_module.xml Tue Apr 09 18:29:24 2024 +0300 +++ b/xml/en/docs/ngx_core_module.xml Tue May 14 05:30:46 2024 +0300 @@ -10,7 +10,7 @@ + rev="28">
@@ -403,12 +403,13 @@ -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 -r d099a7bc5d22 -r eb5950986b11 xml/ru/docs/ngx_core_module.xml --- a/xml/ru/docs/ngx_core_module.xml Tue Apr 09 18:29:24 2024 +0300 +++ b/xml/ru/docs/ngx_core_module.xml Tue May 14 05:30:46 2024 +0300 @@ -10,7 +10,7 @@ + rev="28">
@@ -401,12 +401,13 @@ -файл +файл | off logs/nginx.pid main Задаёт файл, в котором будет храниться номер (PID) главного процесса. +Параметр off (1.27.0) отключает запись PID-файла.