From 0244173f3a3b187c3e57a108ab30766652dc9768 Mon Sep 17 00:00:00 2001 From: Ghostika Date: Thu, 9 Jan 2014 21:15:30 +0100 Subject: [PATCH] add host to the config page --- reference/configuration/security.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index bdaa387acc8..4a6b355782a 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -98,6 +98,8 @@ Each part will be explained in the next section. # Examples: somename: pattern: .* + # restrict the firewall for a specific host + host: admin\.example\.com request_matcher: some.service.id access_denied_url: /foo/error403 access_denied_handler: some.service.id