From cb56fa9f1f46ceca49f5bee6d2adb9e5c9c0cb06 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 8 Feb 2024 13:44:31 -0500 Subject: [PATCH] Fix ruby version --- images/web/config/production.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/web/config/production.conf b/images/web/config/production.conf index 8b9f3c2b..34dcb9e3 100644 --- a/images/web/config/production.conf +++ b/images/web/config/production.conf @@ -2,7 +2,7 @@ # ServerName localhost # Tell Apache and Passenger where your app's 'public' directory is DocumentRoot /var/www/public - PassengerRuby /usr/bin/ruby + PassengerRuby /opt/ruby/bin/ruby RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} =http