Nginx Stop On Windows

[Solved] Nginx Stop On Windows | Shell - Code Explorer | yomemimo.com
Question : nginx stop on windows

Answered by : zany-zebra-cdvenv65i0hu

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

Source : | Last Update : Wed, 10 Jun 20

Question : windows nginx stop

Answered by : atul-verma

nginx.exe -s quit

Source : | Last Update : Fri, 16 Sep 22

Answers related to nginx stop on windows

Code Explorer Popular Question For Shell