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