diff xml/en/docs/mail/ngx_mail_core_module.xml @ 1528:3ae5301ea37a

Added the "events" section to examples of stream and mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 02 Jul 2015 14:12:22 +0300
parents b628e042a15e
children f024ac0ec5c7
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="7">
+        rev="8">
 
 <section id="summary">
 
@@ -31,6 +31,10 @@ worker_processes 1;
 
 error_log /var/log/nginx/error.log info;
 
+events {
+    worker_connections  1024;
+}
+
 mail {
     server_name       mail.example.com;
     auth_http         localhost:9000/cgi-bin/nginxauth.cgi;