diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 3ccea5f9026..ef278dc2471 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -508,7 +508,7 @@ the current firewall and not the other ones. **type**: ``string`` **default**: ``/logout`` -The path which triggers logout. You need to set up a route with a matching path. +The path or route name (cannot start with a `/`) which triggers logout. You need to set up a route with a matching path. target ......