Skip to content

Instantly share code, notes, and snippets.

@nivb52
Last active April 28, 2022 19:51
Show Gist options
  • Select an option

  • Save nivb52/63d157c4bcd1df035cc05b7c31267a68 to your computer and use it in GitHub Desktop.

Select an option

Save nivb52/63d157c4bcd1df035cc05b7c31267a68 to your computer and use it in GitHub Desktop.
restart nginx
@ECHO OFF
cd c:/development/nginx-1.8.1/
taskkill /f /IM nginx.exe
start nginx.exe
EXIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment