diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-06-19 12:20:20 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-03 12:35:11 +0100 |
commit | 855929f04efcc1033489a2df85c328ddbba73404 (patch) | |
tree | 1343a0ea9347c9d3253a6f79cd206683050a8bef | |
parent | ab0a1c3032dbf88e4deddbf66963fc142c5b30f2 (diff) |
Remove unused cron example variable
Not used in config/crontab-example.ugly
-rw-r--r-- | docs/installing/manual_install.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 070f441df..abb05f978 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -371,11 +371,6 @@ server. The `ugly` format uses simple variable substitution. A variable looks like `!!(*= $this *)!!`. The variables are: -* `vhost`: part of the path to the directory where the software is - served from. In the mySociety files, it usually comes as - `/data/vhost/!!(*= $vhost *)!!` -- you should replace that whole - port with a path to the directory where your Alaveteli software - installation lives, e.g. `/var/www/` * `vhost_dir`: the entire path to the directory where the software is served from. -- you should replace this with a path to the directory where your Alaveteli software installation lives, |