Skip to content

Instantly share code, notes, and snippets.

@haydar-can
Forked from keberwein/restart_nginx.bat
Created September 5, 2018 10:50
Show Gist options
  • Save haydar-can/3485be596e509cb641112325ecc44c28 to your computer and use it in GitHub Desktop.
Save haydar-can/3485be596e509cb641112325ecc44c28 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