From a4fce106892aa13244df2ea23f3163c13ecb7d29 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 8 Feb 2016 14:46:53 +0100 Subject: [PATCH] aem - Add filter --- classes/aem::dispatcher.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/aem::dispatcher.yaml b/classes/aem::dispatcher.yaml index f92abcbb..4839a0b3 100644 --- a/classes/aem::dispatcher.yaml +++ b/classes/aem::dispatcher.yaml @@ -3,8 +3,9 @@ aem::dispatcher::publish_farm: website: renders: - { hostname: "127.0.0.1", port: '4503' } - filters: + filter: - { type: 'deny', glob: '*' } + - { type: 'allow', url: '/content*' } # disable this rule to allow mapped content only - { type: 'allow', url: '*.css' } # enable css - { type: 'allow', url: '*.gif' } # enable gifs - { type: 'allow', url: '*.ico' } # enable icos -- 2.39.5