From 504d1ce7a0c2094cd6bd4b32f7191a4a391e7307 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 19 May 2023 14:32:21 -0500 Subject: [PATCH] Update http.markdown --- source/_integrations/http.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index 69c549b2152..ee6d4b161a2 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -32,6 +32,9 @@ http: {% configuration %} servers: + description: "List of servers" + required: false + type: list 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." required: false