Skip to content

Commit

Permalink
Fix path to ruby binary for passenger
Browse files Browse the repository at this point in the history
  • Loading branch information
teutat3s committed Jul 19, 2023
1 parent c8a1619 commit 06ffba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/webserver/templates/nginx-errbit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ server {
error_log /var/log/nginx/errbit-error.log;

passenger_enabled on;
passenger_ruby /home/{{ user }}/.rvm/wrappers/{{ ruby_version }}@{{ ruby_gemset }}/ruby;
passenger_ruby /home/{{ user }}/.rvm/wrappers/ruby-{{ ruby_version }}@{{ ruby_gemset }}/ruby;
passenger_app_root /home/errbit/current;
# this feature is only available in Phusion Passenger Enterprise
#passenger_max_instances 6;
Expand Down

0 comments on commit 06ffba2

Please sign in to comment.