Handy sets of NginX Configurations
Official Documentation
My Preference
sudo nginx -t # to validate configurations
sudo systemctl reload nginx # reload without turning off
sudo systemctl start nginx # simply start
sudo systemctl restart nginx # switch off and start
sudo systemctl stop nginx # switch off
Welcoming more configurations.
That's all Folks. Enjoy.