diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-08 09:37:53 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-16 11:52:53 +0100 |
commit | 19d56f750d5d7d95f891b445d31fe566216e09c8 (patch) | |
tree | d182edc5daa74476dd28dda3abe7316892cd48d2 /docs/installing | |
parent | 481bccaa8debab232dc37c18a6d4b93cb669b1dd (diff) |
Add leading slash
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/deploy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 6e3a4e486..98006a012 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -134,7 +134,7 @@ Now, back on your local machine: * update the webserver config (either apache or nginx) to add the `current` element to the path where it is serving Alaveteli from. If you installed using the installation script, this will be replacing `/var/www/alaveteli/alaveteli/` with - `/var/www/alaveteli/alaveteli/current` in `etc/nginx/sites-available/default`. + `/var/www/alaveteli/alaveteli/current` in `/etc/nginx/sites-available/default`. * edit the server crontab so that the paths in the cron jobs also include the `current` element. If you used the installation script the crontab will be in `etc/cron.d/alaveteli`. |