summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorroot <root@ot-dev.in-silico.ch>2011-03-08 09:34:09 +0000
committerroot <root@ot-dev.in-silico.ch>2011-03-08 09:34:09 +0000
commit2f2f6bf857a8ca8ce04ee98b221b0feaa95d5284 (patch)
tree40562b109308fb9af5bbe71178d0ef219f42a763 /nginx.conf
parentd3cea0a0d792b76464b0760c879d61e91725c675 (diff)
updated for redis
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index add5f85..3484bf8 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -11,7 +11,9 @@ http {
passenger_root /opt/ruby-enterprise-1.8.7-2010.02/lib/ruby/gems/1.8/gems/PASSENGER;
passenger_ruby /opt/ruby-enterprise-1.8.7-2010.02/bin/ruby;
passenger_default_user opentox;
- passenger_log_level 3;
+ passenger_log_level 2;
+ passenger_spawn_method conservative;
+ #passenger_use_global_queue on;
include mime.types;
default_type application/octet-stream;