I have setup Passenger/NGINX server for my rails application on a VPS.Strangely Passenger cant see the ruby path even though it is clearly configured
passenger_ruby /usr/local/rvm/rubies/ruby-3.2.1/bin/ruby;
root@server:~# which ruby
/usr/local/rvm/rubies/ruby-3.2.1/bin/ruby
root@server:~#
Hope somebody can help me out here
1