From: Bastian Gutschke Date: Tue, 16 Aug 2016 13:23:18 +0000 (+0200) Subject: BKKVBU-759 asset-cache-busting: bugfix regex X-Git-Tag: v0.1.0~4277^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=e7996b9ca209985cdd675759beab21c0448420fc;p=pixelpark%2Fhiera.git BKKVBU-759 asset-cache-busting: bugfix regex --- 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