From f22b5a88afab6cd3b17727d0a6963f5d94d6779d Mon Sep 17 00:00:00 2001 From: QSmally Date: Sat, 24 May 2025 11:14:43 +0200 Subject: [PATCH] Admin Guide: fix typo --- .../nginx/admin-guide/basic-functionality/runtime-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx/admin-guide/basic-functionality/runtime-control.md b/content/nginx/admin-guide/basic-functionality/runtime-control.md index 4492f81b7..65414ce62 100644 --- a/content/nginx/admin-guide/basic-functionality/runtime-control.md +++ b/content/nginx/admin-guide/basic-functionality/runtime-control.md @@ -32,7 +32,7 @@ where `` can be one of the following: - `quit` – Shut down gracefully (the `SIGQUIT` signal) - `reload` – Reload the configuration file (the `SIGHUP` signal) - `reopen` – Reopen log files (the `SIGUSR1` signal) -- `stop` – Shut down immediately (or fast shutdown, the `SIGTERM` singal) +- `stop` – Shut down immediately (or fast shutdown, the `SIGTERM` signal) The `kill` utility can also be used to send a signal directly to the master process. The process ID of the master process is written, by default, to the **nginx.pid** file, which is located in the **/usr/local/nginx/logs** or **/var/run** directory.