Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77455c9

Browse files
committed
[symfony#2986] Fix thanks to@wouterj
1 parent7f7d7a5 commit77455c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cookbook/security/host_restriction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ to a host using the ``host`` key:
6262
),
6363
));
6464
65-
The ``host`` (like the ``path``) is a regular expression. In this example,
65+
The ``host`` (like the ``pattern``) is a regular expression. In this example,
6666
the firewall will only be activated if the host is equal exactly (due to
6767
the ``^`` and ``$`` regex characters) to the hostname ``admin.example.com``.
6868
If the hostname does not match this pattern, the firewall will not be activated

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp