From 780e4a00991b4929d589f4ac0c2a99798494984a Mon Sep 17 00:00:00 2001 From: KoenraadM Date: Tue, 4 Apr 2017 10:43:29 +0200 Subject: [PATCH 1/2] Fixed indentation in security.rst --- reference/configuration/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 17f7cc6e8e5..658a635903b 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -124,7 +124,7 @@ Each part will be explained in the next section. pattern: .* # restrict the firewall to a specific host host: admin\.example\.com - # restrict the firewall to specific http methods + # restrict the firewall to specific http methods methods: [GET, POST] request_matcher: some.service.id access_denied_url: /foo/error403 From c537f98ab076d953e07015381829d168a7c1b8d1 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 4 Apr 2017 13:11:39 +0200 Subject: [PATCH 2/2] Use HTTP instead of http --- reference/configuration/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 658a635903b..f1d8b39b082 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -124,7 +124,7 @@ Each part will be explained in the next section. pattern: .* # restrict the firewall to a specific host host: admin\.example\.com - # restrict the firewall to specific http methods + # restrict the firewall to specific HTTP methods methods: [GET, POST] request_matcher: some.service.id access_denied_url: /foo/error403