comparison pop3.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 bc3351f157ef
children 4715bd4d4693
comparison
equal deleted inserted replaced
63:53eff3a83886 64:726c3c2a8b8c
33 33
34 master_process off; 34 master_process off;
35 daemon off; 35 daemon off;
36 36
37 events { 37 events {
38 worker_connections 1024;
39 } 38 }
40 39
41 mail { 40 mail {
42 proxy_pass_error_message on; 41 proxy_pass_error_message on;
43 auth_http http://127.0.0.1:8080/mail/auth; 42 auth_http http://127.0.0.1:8080/mail/auth;