Skip to content

Commit df33750

Browse files
apgordon312mjang
andauthored
Update managing-configuration-files.md (#496)
Changed the heading title from "Reloading Configuration" to "Reload Configuration File" Co-authored-by: Mike Jang <[email protected]>
1 parent 2031eb1 commit df33750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginx/admin-guide/basic-functionality/managing-configuration-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ stream {
9191

9292
In general, a _child_ context – a context contained within another context (its _parent_) – inherits the settings of directives included at the parent level. Some directives can appear in multiple contexts, in which case you can override the setting inherited from the parent by including the directive in the child context. For an example, see the [proxy_set_header](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_set_header) directive.
9393

94-
## Reloading Configuration
94+
## Reload Configuration File
9595

9696
For changes to the configuration file to take effect, it must be reloaded. You can either restart the `nginx` process or send the `reload` signal to upgrade the configuration without interrupting the processing of current requests. For details, see [Control NGINX Processes at Runtime]({{< ref "/nginx/admin-guide/basic-functionality/runtime-control.md" >}}).
9797

0 commit comments

Comments
 (0)