Update http.markdown

This commit is contained in:
J. Nick Koston 2023-05-19 14:32:21 -05:00 committed by GitHub
parent 745541b901
commit 504d1ce7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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