Skip to content

[Nginx] Technical

Jinxin Chen edited this page Dec 11, 2019 · 1 revision

Reload configuration without downtime

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.

Clone this wiki locally