Re: Upgrading Nginx executable on the fly

2018-01-07 Thread Zhang Chao
> We have been trying to upgrade the Nginx binary on the fly by invoking USR2 > signal to spawn a new set of master and worker processes with the new > configuration. The question I have is when this new master process is > spawned, after issuing USR2 signal to the existing or the old master > proc

Upgrading Nginx executable on the fly

2018-01-07 Thread shivramg94
Hi, We have been trying to upgrade the Nginx binary on the fly by invoking USR2 signal to spawn a new set of master and worker processes with the new configuration. The question I have is when this new master process is spawned, after issuing USR2 signal to the existing or the old master process,