Skip to content

Instantly share code, notes, and snippets.

@Codes-Lab
Last active April 27, 2023 19:56
Show Gist options
  • Save Codes-Lab/bf60ca6185756cbed2528718819f5d15 to your computer and use it in GitHub Desktop.
Save Codes-Lab/bf60ca6185756cbed2528718819f5d15 to your computer and use it in GitHub Desktop.
Stop and Start NGINX on Windows
taskkill /f /IM nginx.exe
start nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment