Fix file path of nginx config file in installation instructions

This commit is contained in:
fluxx 2020-08-16 19:08:42 +02:00
parent b65ba33aa8
commit 9f72f229bb
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 `systemctl reload nginx`.