comparison smtp-greeting-delay.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 d68b85def521
children b4f1e64882b7
comparison
equal deleted inserted replaced
63:53eff3a83886 64:726c3c2a8b8c
25 25
26 master_process off; 26 master_process off;
27 daemon off; 27 daemon off;
28 28
29 events { 29 events {
30 worker_connections 1024;
31 } 30 }
32 31
33 mail { 32 mail {
34 proxy_pass_error_message on; 33 proxy_pass_error_message on;
35 auth_http http://127.0.0.1:8080/mail/auth; 34 auth_http http://127.0.0.1:8080/mail/auth;