Add missing 'sudo' in installation guide
This commit is contained in:
parent
b65ba33aa8
commit
6b4990534c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user