# HG changeset patch # User Yaroslav Zhuravlev # Date 1616413339 0 # Node ID 4d073d1b0b794df02788e6b02ff0b11bc4dc2ef3 # Parent 7e271437f12efe86b3166631c9a4069f999344b3 Updated worker_processes value in Example configuration for mail. diff --git a/xml/en/docs/mail/ngx_mail_core_module.xml b/xml/en/docs/mail/ngx_mail_core_module.xml --- a/xml/en/docs/mail/ngx_mail_core_module.xml +++ b/xml/en/docs/mail/ngx_mail_core_module.xml @@ -10,7 +10,7 @@ + rev="16">
@@ -27,7 +27,7 @@ the --with-mail confi -worker_processes 1; +worker_processes auto; error_log /var/log/nginx/error.log info; diff --git a/xml/ru/docs/mail/ngx_mail_core_module.xml b/xml/ru/docs/mail/ngx_mail_core_module.xml --- a/xml/ru/docs/mail/ngx_mail_core_module.xml +++ b/xml/ru/docs/mail/ngx_mail_core_module.xml @@ -10,7 +10,7 @@ + rev="16">
@@ -27,7 +27,7 @@ -worker_processes 1; +worker_processes auto; error_log /var/log/nginx/error.log info;