Apache has a graceful option which can scan for modification in http.conf without restarting apache,what about nginx?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
nginx supports the following signals :
HUP is what you are looking for, so |
||||
|
|
|
Usually nginx's init-script has
|
|||
|
|
|
I wrote about how to restart nginx with zero downtime a while ago. This may be helpful for you. http://tumblelog.jauderho.com/post/101514948/restart-nginx-with-zero-downtime |
|||
|
|