-
Notifications
You must be signed in to change notification settings - Fork 0
[Nginx] Technical
Jinxin Chen edited this page Dec 11, 2019
·
1 revision
Run service nginx reload or /etc/init.d/nginx reload
It will do a hot reload of the configuration without downtime. If you have pending requests, then there will be lingering nginx processes that will handle those connections before it dies, so it's an extremely graceful way to reload configs.