Merge branch 'patch-2' into 'master'

Fix file path of nginx config file in installation instructions

See merge request framasoft/mobilizon!541
This commit is contained in:
Thomas Citharel 2020-08-17 08:49:17 +02:00
commit ce69fb6aaf
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ Then symlink the file into the `/etc/nginx/sites-enabled` directory.
sudo ln -s /etc/nginx/sites-available/mobilizon.conf /etc/nginx/sites-enabled/
```
Edit the file `/etc/nginx/sites-available` and adapt it to your own configuration.
Edit the file `/etc/nginx/sites-available/mobilizon.conf` and adapt it to your own configuration.
Test the configuration with `sudo nginx -t` and reload nginx with `sudo systemctl reload nginx`.