1NGINX-UPGRADE(8) NGINX-UPGRADE(8)
2
3
4
6 nginx-upgrade - tool to upgrade nginx without any downtime
7
9 nginx-upgrade
10
12 This downstream shell script updates nginx without any downtime. After
13 upgrading nginx via the package manager, running this script will
14 create a new nginx master. This master takes over all new requests. The
15 old masters and workers are then gracefully shutdown without breaking
16 any existing connections.
17
18 For further information, see: <http://nginx.org/en/docs/control.html>
19
21 If you find any bugs, please send an email to the author.
22
24 Jamie Nguyen <jamielinux@fedoraproject.org>
25
26
27
28 2012-10-28 NGINX-UPGRADE(8)