Skip to content

Instantly share code, notes, and snippets.

@zixing8284
Forked from keberwein/restart_nginx.bat
Created August 24, 2022 10:54
Show Gist options
  • Save zixing8284/8215b5310ed825d68d1b1449a59a2637 to your computer and use it in GitHub Desktop.
Save zixing8284/8215b5310ed825d68d1b1449a59a2637 to your computer and use it in GitHub Desktop.
Restart Nginx Windows
@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