|
|
|
|
|
by onestone
3349 days ago
|
|
This doesn't work well for modern websites using push-style updates, e.g. via websockets. Old nginx processes might never close after the reload, as connections are very long-lived. If reloads happen often this leads to memory exhaustion. So this is a bad solution to rely on. |
|
https://nginx.org/en/docs/ngx_core_module.html#worker_shutdo...