Skip to content

Commit e0b23cf

Browse files
authored
feat: Update runtime-control.md (#421)
Updated link text in line 39 from Controlling nginx to Control nginx Updated line 5 title from Controlling to Control
1 parent aa85022 commit e0b23cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/nginx/admin-guide/basic-functionality/runtime-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Understand the NGINX processes that handle traffic, and how to control
33
them at runtime.
44
docs: DOCS-379
5-
title: Controlling NGINX Processes at Runtime
5+
title: Control NGINX Processes at Runtime
66
toc: true
77
weight: 100
88
type:
@@ -36,4 +36,4 @@ where `<SIGNAL>` can be one of the following:
3636

3737
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.
3838

39-
For more information about advanced signals (for performing live binary upgrades, for example), see [Controlling nginx](https://nginx.org/en/docs/control.html) at **nginx.org**.
39+
For more information about advanced signals (for performing live binary upgrades, for example), see [Control nginx](https://nginx.org/en/docs/control.html) at **nginx.org**.

0 commit comments

Comments
 (0)