summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-03-01 10:07:49 +0100
committerrautenberg <rautenberg@in-silico.ch>2012-03-01 10:07:49 +0100
commit803ae809cc5092e082ee527dac6eb25c1a63dcf3 (patch)
treed10e19402a5ffbe19a188dafd0c8f425e7727c93
parent50faf0c3cbd7ce76fa388e9207a1e9993fd450f7 (diff)
add passenger_max_pool_size to nginx.conf with value 30
-rw-r--r--nginx.conf1
1 files changed, 1 insertions, 0 deletions
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;