We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7d7a5 commit 77455c9Copy full SHA for 77455c9
cookbook/security/host_restriction.rst
@@ -62,7 +62,7 @@ to a host using the ``host`` key:
62
),
63
));
64
65
-The ``host`` (like the ``path``) is a regular expression. In this example,
+The ``host`` (like the ``pattern``) is a regular expression. In this example,
66
the firewall will only be activated if the host is equal exactly (due to
67
the ``^`` and ``$`` regex characters) to the hostname ``admin.example.com``.
68
If the hostname does not match this pattern, the firewall will not be activated
0 commit comments