diff options
| -rw-r--r-- | config/httpd-vhost.conf-example | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index ab1e2cfd7..98a7b6b48 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -20,7 +20,7 @@      # App server configuration      <IfModule mod_passenger.c> -        PassengerAppRoot /opt/alaveteli +        PassengerAppRoot /var/www/alaveteli          # Set this to something like 100 if you have memory leak issues          # See http://blog.phusion.nl/2013/03/12/tuning-phusion-passengers-concurrency-settings/ for more information on tuning Passenger | 
