From f2863ba27b3e8d98741de9310d2170fdcdf50d2c Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 17 Jan 2013 12:38:24 -0500 Subject: [PATCH] update nginx.conf --- script/install/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/install/nginx.conf b/script/install/nginx.conf index 6007b0c92..24f167be4 100755 --- a/script/install/nginx.conf +++ b/script/install/nginx.conf @@ -6,8 +6,8 @@ events { } http { - passenger_root /home/danbooru/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/passenger-3.0.17; - passenger_ruby /home/danbooru/.rbenv/versions/1.9.3-p194/bin/ruby; + passenger_root /home/danbooru/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/passenger-3.0.17; + passenger_ruby /home/danbooru/.rbenv/versions/1.9.3-p327/bin/ruby; passenger_user_switching on; passenger_default_user danbooru; rails_spawn_method smart;