nginx heat load, thermal upgrade, rollback

  After modifying the configuration file using nginx -s reload command heat load

  The new nginx compiled binary files, run nginx nginx open service, then use

the kill -USR2 new nginx_master_pid

Switch to the new master process open

  Similarly, then use the fallback

the kill -USR2 old nginx_master_pid

 

Guess you like

Origin www.cnblogs.com/itsuibi/p/11223379.html