From e7996b9ca209985cdd675759beab21c0448420fc Mon Sep 17 00:00:00 2001 From: Bastian Gutschke Date: Tue, 16 Aug 2016 15:23:18 +0200 Subject: [PATCH] BKKVBU-759 asset-cache-busting: bugfix regex --- .../bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml b/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml index bc604cf4..d24c54e8 100644 --- a/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml +++ b/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml @@ -78,7 +78,7 @@ site::profile::apache::pp_vhosts: - BKKVBU-759: comment: 'Rewrite assets (cache-busting/version)' rewrite_rule: - - ^(\/assets\/)[^\/css|^\/fonts|^\/img|^\/js]+\/(.+$) $1$2 [L] + - ^(\/assets\/)[^\/css|^\/fonts|^\/img|^\/js]+\/(.+)$ $1$2 [L] imagetool01: docroot: '/var/www/bkk-imagetool/app/static' ip: 192.168.16.5 -- 2.39.5