From b7bca90124e8a3938452659fffa8c75fbe7b38b7 Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Sat, 13 Feb 2016 00:31:33 +0100 Subject: [PATCH] Left most common sample only --- pages/common/nginx.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pages/common/nginx.md b/pages/common/nginx.md index 321d2af5c6..d4247c0617 100644 --- a/pages/common/nginx.md +++ b/pages/common/nginx.md @@ -18,18 +18,6 @@ `nginx -t` -- Reload configuration, gracefully shut down old worker processes +- Reload configuration by sending a signal with no downtime: `nginx -s reload` - -- Shut down quickly - -`nginx -s stop` - -- Shut down gracefully - -`nginx -s quit` - -- Reopen log files - -`nginx -s reopen`