Add missing 'sudo' in installation guide

This commit is contained in:
fluxx 2020-08-16 19:13:33 +02:00
parent b65ba33aa8
commit 6b4990534c
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ 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.
Test the configuration with `sudo nginx -t` and reload nginx with `systemctl reload nginx`.
Test the configuration with `sudo nginx -t` and reload nginx with `sudo systemctl reload nginx`.
### Let's Encrypt