changeset 2690:4d073d1b0b79

Updated worker_processes value in Example configuration for mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 22 Mar 2021 11:42:19 +0000
parents 7e271437f12e
children 5f961aa083db
files xml/en/docs/mail/ngx_mail_core_module.xml xml/ru/docs/mail/ngx_mail_core_module.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_core_module.xml
+++ b/xml/en/docs/mail/ngx_mail_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_core_module"
         link="/en/docs/mail/ngx_mail_core_module.html"
         lang="en"
-        rev="15">
+        rev="16">
 
 <section id="summary">
 
@@ -27,7 +27,7 @@ the <literal>--with-mail</literal> confi
 
 <para>
 <example>
-worker_processes 1;
+worker_processes auto;
 
 error_log /var/log/nginx/error.log info;
 
--- a/xml/ru/docs/mail/ngx_mail_core_module.xml
+++ b/xml/ru/docs/mail/ngx_mail_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_core_module"
         link="/ru/docs/mail/ngx_mail_core_module.html"
         lang="ru"
-        rev="15">
+        rev="16">
 
 <section id="summary">
 
@@ -27,7 +27,7 @@
 
 <para>
 <example>
-worker_processes 1;
+worker_processes auto;
 
 error_log /var/log/nginx/error.log info;