aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-06-23 12:46:35 +0100
committerLouise Crow <louise.crow@gmail.com>2015-06-23 12:46:35 +0100
commit1ea6e96d3ac478fc8bf3af48256a18ac155e1068 (patch)
tree24aee433abca25c63eb077aee89ba052b3e41d31
parent88a4e9be5533864e31d9f72297aa1071dce367a4 (diff)
parent9af9ceaaf3526fb0e6524d68b5720dd03ff3fcc5 (diff)
Merge branch 'add-rbenv-comment-to-httpd-conf' into develop
-rw-r--r--config/httpd.conf-example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/httpd.conf-example b/config/httpd.conf-example
index 00722fbdf..f70068481 100644
--- a/config/httpd.conf-example
+++ b/config/httpd.conf-example
@@ -25,6 +25,10 @@
PassengerAppRoot /var/www/alaveteli
PassengerResolveSymlinksInDocumentRoot on
+ # Uncomment the following line if you want to run Alaveteli
+ # with the ruby set by rbenv
+ # PassengerRuby /home/alaveteli/.rbenv/shims/ruby
+
# See http://blog.phusion.nl/2013/03/12/tuning-phusion-passengers-concurrency-settings/
# and http://blog.scoutapp.com/articles/2009/12/08/production-rails-tuning-with-passenger-passengermaxprocesses
# for more information on tuning Passenger