From d1f0ab2185fe4d71c82bdcf669c7f5ea2a59c54c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 20 May 2023 18:06:23 -0500 Subject: [PATCH] Update source/_integrations/http.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index 40d91a010e8..23736c7a94c 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -37,7 +37,7 @@ servers: type: list keys: server_host: - description: "Only listen to incoming requests on specific IP/host. By default the `http` integration auto-detects IPv4/IPv6 and listens on all connections. Use `server_host: 0.0.0.0` if you want to only listen to IPv4 addresses. The default listed assumes support for IPv4 and IPv6." + description: "Only listen to incoming requests on specific IP/host. By default, the `http` integration auto-detects IPv4/IPv6 and listens on all connections. Use `server_host: 0.0.0.0` if you want to only listen to IPv4 addresses. The default listed assumes support for IPv4 and IPv6." required: false type: [list, string] default: "0.0.0.0, ::"