From 803ae809cc5092e082ee527dac6eb25c1a63dcf3 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 1 Mar 2012 10:07:49 +0100 Subject: add passenger_max_pool_size to nginx.conf with value 30 --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 9f87adf..c15dc02 100644 --- a/nginx.conf +++ b/nginx.conf @@ -14,6 +14,7 @@ http { passenger_log_level 2; passenger_spawn_method conservative; #passenger_use_global_queue on; + passenger_max_pool_size 30; include NGINX_DEST/conf/mime.types; default_type application/octet-stream; -- cgit v1.2.3