diff options
Diffstat (limited to 'docs')
-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`. |