Question
How to stop nginx for windows?
I can't stop the nginx server on windows. I've tried: nginx -s stop
, taskkill /if nginx.exe
, and end process via task manager, yet it's still running!
46 107185
46
Question
I can't stop the nginx server on windows. I've tried: nginx -s stop
, taskkill /if nginx.exe
, and end process via task manager, yet it's still running!
Solution
Use @taskkill /f /im nginx.exe
for this task.
Solution
You can stop using quit
nginx.exe -s quit