From cb35359e4005c960cf533c5ff95a12964420ca13 Mon Sep 17 00:00:00 2001 From: dhurley Date: Wed, 15 May 2024 10:57:26 +0100 Subject: [PATCH] Clean up --- site/content/configuration/health-checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/configuration/health-checks.md b/site/content/configuration/health-checks.md index b8c4beb66f..566bcc4765 100644 --- a/site/content/configuration/health-checks.md +++ b/site/content/configuration/health-checks.md @@ -16,7 +16,7 @@ To monitor the state of the NGINX Agent, there is a health endpoint in the REST To enable the REST API, the following configuration is needed: ```nginx configuration api: - host: + host: 127.0.0.1 port: 8038 ```