comparison smtp.t @ 64:726c3c2a8b8c

Tests: don't set worker_connections explicitly.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Jan 2009 17:02:57 +0300
parents 11e33ba0656a
children 30d6cce3f0bd
comparison
equal deleted inserted replaced
63:53eff3a83886 64:726c3c2a8b8c
32 32
33 master_process off; 33 master_process off;
34 daemon off; 34 daemon off;
35 35
36 events { 36 events {
37 worker_connections 1024;
38 } 37 }
39 38
40 mail { 39 mail {
41 proxy_pass_error_message on; 40 proxy_pass_error_message on;
42 auth_http http://127.0.0.1:8080/mail/auth; 41 auth_http http://127.0.0.1:8080/mail/auth;