Skip to content

Instantly share code, notes, and snippets.

@ondiekelijah
Forked from keberwein/restart_nginx.bat
Created December 17, 2024 09:51
Show Gist options
  • Save ondiekelijah/dbde7edebfde5f2e38afcad743b801b1 to your computer and use it in GitHub Desktop.
Save ondiekelijah/dbde7edebfde5f2e38afcad743b801b1 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