From f95bc38a05e017aa8717af14e1ee024712d0f80c Mon Sep 17 00:00:00 2001 From: Marcin Jachymiak Date: Thu, 6 Feb 2020 12:03:12 -0500 Subject: [PATCH] Add reminder to reload nginx --- setup-scripts/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-scripts/README.md b/setup-scripts/README.md index 52217967..a3842893 100644 --- a/setup-scripts/README.md +++ b/setup-scripts/README.md @@ -27,6 +27,9 @@ You a can now ssh into your machine as the user `user`. 12. Once DNS records are set you can run: `./letsencrypt-setup.sh` 13. You should also change the nginx configuration to listen on port 443 instead. +14. Finally make sure to check your nginx conf and reload nginx: + - `sudo nginx -t` + - `sudo systemctl reload nginx` ## Running siad