Last active
April 28, 2021 10:39
-
-
Save harbirchahal/e4bb7489c4bfd64d075da8c566d130a3 to your computer and use it in GitHub Desktop.
Stop Nginx Process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
cd /nginx | |
taskkill /f /IM nginx.exe | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment