aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/httpd-vhost.conf-example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example
index 2bca09ce9..a6daf614f 100644
--- a/config/httpd-vhost.conf-example
+++ b/config/httpd-vhost.conf-example
@@ -21,6 +21,7 @@
# App server configuration
<IfModule mod_passenger.c>
PassengerAppRoot /var/www/alaveteli
+ PassengerResolveSymlinksInDocumentRoot on
# 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
@@ -28,7 +29,6 @@
# Set this to something like 100 if you have memory leak issues
PassengerMaxRequests 2000
- PassengerResolveSymlinksInDocumentRoot on
# Passenger's default MaxPoolSize is 6. At the time of writing
# normal instances of Alaveteli seem to take 150-200MB per
# process, so we've set this conservatively at 3. Read the guides