From 827d8835eb68a3cfed0e1045c6066198c3b2ed4f Mon Sep 17 00:00:00 2001 From: "o.omahony" Date: Thu, 9 Mar 2023 11:36:04 +0000 Subject: [PATCH] update docs --- hugo/content/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/content/overview.md b/hugo/content/overview.md index ba29d087e..8428524c7 100644 --- a/hugo/content/overview.md +++ b/hugo/content/overview.md @@ -28,7 +28,7 @@ NGINX Agent runs as a companion process on a system running NGINX. It provides g ## Configuration Management -NGINX Agent provides an API interface for submission of updated configuration files. Upon receipt of a new file, it checks the output of `nginx -V` to determine the location of existing configurations. It then validates the new configuration with `nginx -t` before applying it via a NOHUP signal to the NGINX master process. +NGINX Agent provides an API interface for submission of updated configuration files. Upon receipt of a new file, it checks the output of `nginx -V` to determine the location of existing configurations. It then validates the new configuration with `nginx -t` before applying it via a signal HUP to the NGINX master process. ## Collecting Metrics