Answers for "stop nginx windows command line"

4

nginx stop commands

sudo systemctl stop nginx
Posted by: Guest on May-02-2020
-1

nginx stop on windows

nginx -s stop	#fast shutdown
nginx -s quit	#graceful shutdown
nginx -s reload	#changing configuration, starting new worker processes with a new configuration, graceful shutdown of old worker processes
nginx -s reopen	#re-opening log files
Posted by: Guest on June-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language