nginx -t (test your configuration)
nginx -s reload (reload your configuration)
Also I prefer "nginx -s restart".
The reason it's as such is because of what @timroman said in his reply, but if this method is no different and scales better no reason not to use it instead.
nginx -t (test your configuration)
nginx -s reload (reload your configuration)
Also I prefer "nginx -s restart".