Skip to content

Instantly share code, notes, and snippets.

@harbirchahal
Last active April 28, 2021 10:39
Show Gist options
  • Save harbirchahal/a1e185cb0ce1ffa58a0b1d1d6133753e to your computer and use it in GitHub Desktop.
Save harbirchahal/a1e185cb0ce1ffa58a0b1d1d6133753e to your computer and use it in GitHub Desktop.
Restart Nginx Process
@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