[-]
[+]
|
Changed |
rubygem-passenger.spec
|
|
[-]
[+]
|
Changed |
mod_passenger.conf
^
|
@@ -24,7 +24,7 @@
#
# The default is ruby.
#
- PassengerRuby "/usr/bin/ruby1.9"
+ PassengerRuby "/usr/bin/ruby"
# This option allows one to specify how much information Phusion
# Passenger should write to the Apache error log file. A higher log
|
[-]
[+]
|
Changed |
nginx_passenger.conf
^
|
@@ -19,7 +19,7 @@
# This option allows one to specify the Ruby interpreter to use.
# This option may only occur once, in the http configuration block.
# The default is ruby.
-passenger_ruby /usr/bin/ruby1.9;
+passenger_ruby /usr/bin/ruby;
# passenger_spawn_method <string>
#
|