summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-29 13:15:06 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-29 13:15:06 +0200
commit38e704e23f7f9a8a46bd022f8bdbf904768263d8 (patch)
tree9ef2dc60749954e65354d8d3946602ca8df29212 /nginx.conf
parent0c127b8c425555f9aeee425c3fa390dba677831c (diff)
Nginx fix: Server name replacement
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx.conf b/nginx.conf
index ce00e37..e6cb438 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -8,8 +8,8 @@ http {
server_names_hash_bucket_size 256;
- 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_root RUBY_DEST/lib/ruby/gems/1.8/gems/PASSENGER;
+ passenger_ruby RUBY_DEST/bin/ruby;
passenger_default_user opentox;
passenger_log_level 2;
passenger_spawn_method conservative;