Start Nginx: start nginx
Check Nginx status: tasklist /fi "imagename eq nginx.exe"
Quickly stop Nginx: nginx -s stop
Complete and orderly stop Nginx: nginx -s quit
Use tsakkill to shut down: taskkill /f /t /im nginx.exe
fast shutdown:nginx -s stop
graceful shutdown:nginx -s quit
changing configuration, starting new worker processes with a new configuration, graceful shutdown of old worker processes :nginx -s reload
re-opening log files:nginx -s reopen