changeset 2080:8f885a69374d

Fixed the "pid" directive default value.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 Nov 2017 19:47:05 +0300
parents 05f5bfdaffa3
children f29bd40e9a62
files xml/en/docs/ngx_core_module.xml xml/ru/docs/ngx_core_module.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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="24">
+        rev="25">
 
 <section id="example" name="Example Configuration">
 
@@ -404,7 +404,7 @@ the JIT support is enabled via the
 
 <directive name="pid">
 <syntax><value>file</value></syntax>
-<default>nginx.pid</default>
+<default>logs/nginx.pid</default>
 <context>main</context>
 
 <para>
--- 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="24">
+        rev="25">
 
 <section id="example" name="Пример конфигурации">
 
@@ -402,7 +402,7 @@ load_module modules/ngx_mail_module.so;
 
 <directive name="pid">
 <syntax><value>файл</value></syntax>
-<default>nginx.pid</default>
+<default>logs/nginx.pid</default>
 <context>main</context>
 
 <para>