From 493578bebeaf6884afc268b1510ef27d7127acaf Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Fri, 8 Jul 2022 16:09:11 +0000 Subject: [PATCH] Fix http block short description --- doc/arm/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index b02e2868ab..294c4f6f6c 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -417,7 +417,7 @@ The following blocks are supported: Specifies configuration information for a TLS connection, including a :any:`key-file`, :any:`cert-file`, :any:`ca-file`, :any:`dhparam-file`, :any:`remote-hostname`, :any:`ciphers`, :any:`protocols`, :any:`prefer-server-ciphers`, and :any:`session-tickets`. :any:`http` - Specifies configuration information for an HTTP connection, including ``endponts``, :any:`listener-clients` and :any:`streams-per-connection`. + Specifies configuration information for an HTTP connection, including :any:`endpoints`, :any:`listener-clients`, and :any:`streams-per-connection`. :any:`trust-anchors` Defines DNSSEC trust anchors: if used with the ``initial-key`` or ``initial-ds`` keyword, trust anchors are kept up-to-date using :rfc:`5011` trust anchor maintenance; if used with ``static-key`` or ``static-ds``, keys are permanent.