Updated: 14 May 2024
https://www.digitalocean.com/community/tools/nginx
https://ssl-config.mozilla.org/
Validate the Nginx configuration files, from the command line
nginx -t
After a change in configuration, reload
sudo systemctl reload nginx
Restart Nginx
sudo systemctl restart nginx