diff options
-rw-r--r-- | config/httpd-vhost.conf-example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index 5cafdb482..5d8fc85e8 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -12,7 +12,8 @@ ServerAdmin webmaster@example.com DocumentRoot /srv/alaveteli/ - # TODO: Remove this and use PassengerUser + # TODO: Remove this and use PassengerUser when supported + # This is the user that runs the rails application processes SuExecUserGroup foi foi RewriteEngine On |