From b43fbb1f69e24a8e7e79a2071036bb77ca6633dd Mon Sep 17 00:00:00 2001 From: Pedro de Carvalho Date: Sun, 22 Feb 2015 21:40:01 +0000 Subject: [PATCH] Update getting-started.md --- doc/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index cd56e81..4be2105 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -81,6 +81,6 @@ To verify a particular nginx config file This will test the nginx config file and throws error if any. Otherwise test is successful and you can restart nginx. -Finally restart nginx to apply the changes. The `-s reload` flag means that it will send a signal to the main process to reload the configuration files. If it is valid, it starts accepting connections to the new configuration. The [documentation is more in depth](http://nginx.org/en/docs/beginners_guide.html#control) +Finally reload nginx to apply the changes. The `-s reload` flag means that it will send a signal to the main process to reload the configuration files. If it is valid, it starts accepting connections to the new configuration. The [documentation is more in depth](http://nginx.org/en/docs/beginners_guide.html#control) - /etc/init.d/nginx -s restart + nginx -s reload