Skip to content

Commit 1f36811

Browse files
javiereguiluzxabbuh
authored andcommitted
Use HTTP instead of http
1 parent e8c2539 commit 1f36811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Each part will be explained in the next section.
114114
pattern: .*
115115
# restrict the firewall to a specific host
116116
host: admin\.example\.com
117-
# restrict the firewall to specific http methods
117+
# restrict the firewall to specific HTTP methods
118118
methods: [GET, POST]
119119
request_matcher: some.service.id
120120
access_denied_url: /foo/error403

0 commit comments

Comments
 (0)