comparison fastcgi.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 1c0ec30614c6
comparison
equal deleted inserted replaced
63:53eff3a83886 64:726c3c2a8b8c
29 29
30 master_process off; 30 master_process off;
31 daemon off; 31 daemon off;
32 32
33 events { 33 events {
34 worker_connections 1024;
35 } 34 }
36 35
37 http { 36 http {
38 access_log off; 37 access_log off;
39 38