Skip to content

Instantly share code, notes, and snippets.

@xerardoo
Created November 14, 2014 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xerardoo/0464ca0cb33e9f73bf1f to your computer and use it in GitHub Desktop.
Save xerardoo/0464ca0cb33e9f73bf1f to your computer and use it in GitHub Desktop.
nginx / Windows Commands
nginx/Windows runs as a standard console application (not a service), and it can be managed using the following commands:
nginx -s stop fast shutdown
nginx -s quit graceful shutdown
nginx -s reload changing configuration, starting new worker processes with a new configuration, graceful shutdown of old worker processes
nginx -s reopen re-opening log files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment