Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 1.81 KB

Tips.Nginx.md

File metadata and controls

68 lines (39 loc) · 1.81 KB

Nginx Tips

References

Security

Nginx Wiki

Third Party Articles

Download

How To

  • Find the pids for nginx, in Windows

    • tasklist /fi "imagename eq nginx.exe"
  • Fast Shutdown

    • nginx -s stop
  • Graceful Shutdown

    • nginx -s quit
  • Change Configuration, Start New Worker Processes with new Configuration, Graceful shutdown of old worker processes

    • nginx -s reload

Articles