sudo systemctl reload nginx

Category: Self-Hosting

sudo systemctl reload nginx

Apply configuration changes without dropping active connections — safer than restart for production

Sends a signal to the running Nginx process to re-read its config files without interrupting active connections. Prefer this over restart in production.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.