Apache มีgraceful
ตัวเลือกที่สามารถสแกนหาการดัดแปลงhttp.conf
โดยไม่ต้องเริ่ม Apache ใหม่ แล้ว nginx ล่ะ?
Apache มีgraceful
ตัวเลือกที่สามารถสแกนหาการดัดแปลงhttp.conf
โดยไม่ต้องเริ่ม Apache ใหม่ แล้ว nginx ล่ะ?
คำตอบ:
nginx รองรับสัญญาณต่อไปนี้:
TERM, INT - Quick shutdown
QUIT - Graceful shutdown
HUP - Configuration reload: Start the new worker processes with a new configuration, Gracefully shutdown the old worker processes
USR1 - Reopen the log files
USR2 - Upgrade Executable on the fly
WINCH - Gracefully shutdown the worker processes
HUP คือสิ่งที่คุณกำลังมองหา sudo kill -HUP pid (nginx pid)
แหล่งที่มา: http://nginx.org/en/docs/control.html
ใช้การโหลดซ้ำ nginx -s
โดยปกติแล้วสคริปต์เริ่มต้นของ nginx จะมีreload
การดำเนินการเช่น:
/etc/init.d/nginx reload
/usr/local/etc/rc.d/nginx reload
service nginx reload
?
PS ไม่ทำงานบน Windows
ฉันเขียนเกี่ยวกับวิธีการรีสตาร์ท nginx โดยที่ไม่มีเวลาหยุดทำงานสักครู่ก่อนหน้านี้ สิ่งนี้อาจเป็นประโยชน์สำหรับคุณ
http://tumblelog.jauderho.com/post/101514948/restart-nginx-with-zero-downtime
USR2
ใช้สำหรับการอัพเกรดไฟล์ปฏิบัติการไม่ใช่สำหรับการโหลดการตั้งค่าอย่างง่าย