Skip to content

Commit 87cc6cc

Browse files
committed
minor #7751 Fixed indentation in security.rst (KoenraadM, javiereguiluz)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7751). Discussion ---------- Fixed indentation in security.rst Commits ------- 1f36811 Use HTTP instead of http e8c2539 Fixed indentation in security.rst
2 parents c55067a + 1f36811 commit 87cc6cc

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)