Skip to content

Instantly share code, notes, and snippets.

@hirios
Forked from keberwein/restart_nginx.bat
Created November 15, 2021 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirios/a5db7f52cbd8caa9bc1c76594700d652 to your computer and use it in GitHub Desktop.
Save hirios/a5db7f52cbd8caa9bc1c76594700d652 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