summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorDavid Vorgrimmler <vorgrimmlerdavid@gmx.de>2012-04-20 15:46:56 +0200
committerDavid Vorgrimmler <vorgrimmlerdavid@gmx.de>2012-04-20 15:46:56 +0200
commit1267aa7feda75a2fcdcaae6761fd9b658520b786 (patch)
tree2651b226e0725001b8f6a88f5d1f27a9a947556d /nginx.conf
parent8b4eecca7381c8c6fa4e941227058054e40dedf2 (diff)
parentd7c43e8399c64acbc02ce31eb756a347137f0e2c (diff)
Merge branch 'development' into pc_unified_from_jl
Diffstat (limited to 'nginx.conf')
-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;