Skip to content

Instantly share code, notes, and snippets.

@MenukaIshan
Forked from keberwein/restart_nginx.bat
Created March 4, 2019 10:48
Show Gist options
  • Save MenukaIshan/2a3218d5bbda32faec02499617952e95 to your computer and use it in GitHub Desktop.
Save MenukaIshan/2a3218d5bbda32faec02499617952e95 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