Add reminder to reload nginx

This commit is contained in:
Marcin Jachymiak 2020-02-06 12:03:12 -05:00
parent cb6aa7b2dc
commit f95bc38a05
1 changed files with 3 additions and 0 deletions

View File

@ -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` 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 13. You should also change the nginx configuration to listen on port 443
instead. instead.
14. Finally make sure to check your nginx conf and reload nginx:
- `sudo nginx -t`
- `sudo systemctl reload nginx`
## Running siad ## Running siad