As a root user:
sudo nginx -s reload
sudo service nginx reload
sudo systemctl reload nginx
Before reloading, it is a good idea to check config for syntax errors:
sudo nginx -t
Or
sudo service nginx configtest