diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-06-19 12:35:46 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-03 12:37:06 +0100 |
commit | acd70085bb4f8e69d248d5916314012f51da476f (patch) | |
tree | c90dc7490df6d42270654940325b6ccc7fb529b7 | |
parent | 7752e3528aa5f5778be39f98e90630136fe7a9a8 (diff) |
Use better default for VHOST_DIR in cron example
-rw-r--r-- | docs/installing/manual_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 14e9b718c..6911ab0e4 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -384,7 +384,7 @@ useful to you. Change the variables to suit your installation. bundle exec rake config_files:convert_crontab \ DEPLOY_USER=deploy \ - VHOST_DIR=/dir/above/alaveteli \ + VHOST_DIR=/var/www \ VCSPATH=alaveteli \ SITE=alaveteli \ MAILTO=cron-alaveteli@example.org \ |