Skip to content

Commit aa85022

Browse files
authored
feat: Update runtime-control.md (#419)
Removed gerund from line 22 - controlling vs control
1 parent ee65553 commit aa85022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The main purpose of the master process is to read and evaluate configuration fil
1919

2020
The worker processes do the actual processing of requests. NGINX relies on <span style="white-space: nowrap;">OS-dependent</span> mechanisms to efficiently distribute requests among worker processes. The number of worker processes is defined by the [worker_processes](https://nginx.org/en/docs/ngx_core_module.html#worker_processes) directive in the **nginx.conf** configuration file and can either be set to a fixed number or configured to adjust automatically to the number of available CPU cores.
2121

22-
## Controlling NGINX
22+
## Control NGINX
2323

2424
To reload your configuration, you can stop or restart NGINX, or send signals to the master process. A signal can be sent by running the `nginx` command (invoking the NGINX executable) with the `-s` argument.
2525

0 commit comments

Comments
 (0)