diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-06 09:26:22 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-06 09:26:22 +0100 |
commit | ecfad8f2f98fb2ce7ca937bbf473ff5d64ccba57 (patch) | |
tree | 0dcf85835a42633f3e60313a775a66bb34bf45d7 | |
parent | d7adeac6a873b6af301fc7a6f2d6c02dc808f67d (diff) |
fixup! 134d9934 fix PassengerAppRoot path
-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 |