Fix guard_page value in static connection (#32454)

This commit is contained in:
Brett Adams 2024-04-25 09:36:02 +10:00 committed by GitHub
parent 590db2a828
commit 50ad595d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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