From 50ad595d632ca9f4d32ce80b5b5b7bb52950fc87 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Thu, 25 Apr 2024 09:36:02 +1000 Subject: [PATCH] Fix guard_page value in static connection (#32454) --- 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 f192aedce39..e637bffaff7 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -87,7 +87,7 @@ ssl_profile: type: string default: modern strict_connection: - description: Specifies the strict connection mode. Please read the section ["Strict connection mode"](#strict-connection-mode) before changing this value. Can be one of `disabled`, `static_page` or `drop_connection`. + description: Specifies the strict connection mode. Please read the section ["Strict connection mode"](#strict-connection-mode) before changing this value. Can be one of `disabled`, `guard_page` or `drop_connection`. required: false type: string default: disabled