Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 567 Bytes

2020-11-20-graceful_nginx_shutdown.md

File metadata and controls

26 lines (22 loc) · 567 Bytes

Graceful nginx shutdown

Category sysadmin
Added on 2020-11-20
Source source

Using nginx command line and passing -s quit will terminate NGINX once all connections have been completed.

sudo nginx -s quit

More on NGINX signals: Controlling NGINX