From 03b9f36ace88c8a4824471f6459c02c2aac3814e Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 28 Jun 2016 16:53:08 +0200 Subject: [PATCH] foreman02 - Correct ruby Path --- customer/pixelpark/foreman02.pixelpark.com.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/pixelpark/foreman02.pixelpark.com.yaml b/customer/pixelpark/foreman02.pixelpark.com.yaml index 865f34a5..564a2eb5 100644 --- a/customer/pixelpark/foreman02.pixelpark.com.yaml +++ b/customer/pixelpark/foreman02.pixelpark.com.yaml @@ -8,8 +8,7 @@ site::additional_classes: apache::mpm_module: worker apache::mod::passenger::passenger_pool_idle_time: 600 #apache::mod::passenger::passenger_high_performance: 'On' -apache::mod::passenger::passenger_ruby: /usr/bin/tfm-ruby -#apache::mod::passenger::passenger_root: /usr/lib/ruby/gems/1.8/gems/passenger-4.0.18/lib/phusion_passenger/locations.ini + site::profile::apache::pp_vhosts: @@ -26,4 +25,5 @@ site::profile::apache::pp_vhosts: ssl_options: - '+StdEnvVars' passenger_app_root: '/usr/share/foreman' + passenger_ruby: /usr/bin/tfm-ruby redirect_dest_non_ssl: https://foreman.pixelpark.com/ \ No newline at end of file -- 2.39.5