From b2641cd169d3bc8fcdb3b6308c8f290d724867bc Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 8 Nov 2016 12:02:25 +0100 Subject: [PATCH] aem-classes - correct param --- classes/aem::dispatcher.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/aem::dispatcher.yaml b/classes/aem::dispatcher.yaml index e278584d..2dd223c8 100644 --- a/classes/aem::dispatcher.yaml +++ b/classes/aem::dispatcher.yaml @@ -40,7 +40,7 @@ publish_farm: - { type: 'allow', glob: '*.html' } - { type: 'allow', glob: '/etc/segmentation.segment.js' } - { type: 'allow', glob: '*/analytics.sitecatalyst.js' } - cache_allowedClients: + cache_allowed_clients: - { type: 'deny', glob: '*' } - { type: 'allow', glob: '127.0.0.1' } cache_headers: -- 2.39.5