From 1b4d01f0b571c33df30f9a0d7e61e82c0a87d3f3 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 5 Jan 2017 09:31:00 +0100 Subject: [PATCH] bmw - correct $cache_allowed_clients --- customer/bmw/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/bmw/production.yaml b/customer/bmw/production.yaml index 39f7c15c..2bc3acc4 100644 --- a/customer/bmw/production.yaml +++ b/customer/bmw/production.yaml @@ -153,7 +153,7 @@ aem::dispatcher::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