summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-03-13 12:13:34 +0100
committerrautenberg <rautenberg@in-silico.ch>2012-03-13 12:13:34 +0100
commita3ffa065316db6cfee43fdb7e6951ba74ba48d66 (patch)
treed10e19402a5ffbe19a188dafd0c8f425e7727c93
parent50faf0c3cbd7ce76fa388e9207a1e9993fd450f7 (diff)
parent803ae809cc5092e082ee527dac6eb25c1a63dcf3 (diff)
Merge branch 'release/v3.1.0' into development
-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;