Last active
April 28, 2021 10:39
-
-
Save harbirchahal/a1e185cb0ce1ffa58a0b1d1d6133753e to your computer and use it in GitHub Desktop.
Restart 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 | |
start nginx | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment