From 6296c826c3ada35d279fcbeef789389d352b61a2 Mon Sep 17 00:00:00 2001 From: fluxx Date: Sun, 16 Aug 2020 19:16:06 +0200 Subject: [PATCH] Add another missing 'sudo' in installation instructions --- docs/administration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/index.md b/docs/administration/index.md index a89870f0..ada84e75 100644 --- a/docs/administration/index.md +++ b/docs/administration/index.md @@ -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.