Last active
April 27, 2023 19:56
-
-
Save Codes-Lab/bf60ca6185756cbed2528718819f5d15 to your computer and use it in GitHub Desktop.
Stop and Start NGINX on Windows
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
taskkill /f /IM nginx.exe | |
start nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment