summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
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 f2c9bed..ce00e37 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -11,7 +11,9 @@ http {
passenger_root /opt/ruby-enterprise-1.8.7-2010.03/lib/ruby/gems/1.8/gems/PASSENGER;
passenger_ruby /opt/ruby-enterprise-1.8.7-2010.03/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;