Merge branch 'patch-3' into 'master'
Add missing 'sudo' in installation guide See merge request framasoft/mobilizon!542
This commit is contained in:
commit
5ede97f9dd
@ -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
|
||||
|
||||
@ -217,7 +217,7 @@ sudo certbot certonly --rsa-key-size 4096 --webroot -w /var/www/certbot/ --email
|
||||
|
||||
Then adapt the nginx configuration `/etc/nginx/sites-available/mobilizon.conf` by uncommenting certificate paths and removing obsolete blocks.
|
||||
|
||||
Finish by testing the configuration with `sudo nginx -t` and reloading nginx with `systemctl reload nginx`.
|
||||
Finish by testing the configuration with `sudo nginx -t` and reloading nginx with `sudo systemctl reload nginx`.
|
||||
|
||||
You should now be able to load https://your-mobilizon-domain.com inside your browser.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user