From 1216ba28af45cf12d9f5e93fa730771c39217ffd Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 15 Jun 2015 08:40:05 -0500 Subject: [PATCH] Make a clarification in the latest til. --- devops/reload-the-nginx-configuration.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devops/reload-the-nginx-configuration.md b/devops/reload-the-nginx-configuration.md index 1df8444..687234c 100644 --- a/devops/reload-the-nginx-configuration.md +++ b/devops/reload-the-nginx-configuration.md @@ -1,7 +1,8 @@ # Reload The nginx Configuration -The nginx service won't immediately start using a modified or replaced nginx -configuration. Once a `restart` or `reload` signal is received by nginx, it +If you've modified or replaced the configuration file, nginx will not +immediately start using the updated nginx configuration. +Once a `restart` or `reload` signal is received by nginx, it will apply the changes. The `reload` signal ```