From: Andreas Pinto-Köhler Date: Tue, 25 Oct 2016 14:32:23 +0000 (+0200) Subject: Added assest rewrite-rule from BKK frontend proxy vhost settings. X-Git-Tag: v0.1.0~3906^2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4cdcac74604f80909976833069236aa64f47f8e5;p=pixelpark%2Fhiera.git Added assest rewrite-rule from BKK frontend proxy vhost settings. --- diff --git a/customer/pfizer/test-web01-pfizer-de.pixelpark.net.yaml b/customer/pfizer/test-web01-pfizer-de.pixelpark.net.yaml index 1e754959..5416b128 100644 --- a/customer/pfizer/test-web01-pfizer-de.pixelpark.net.yaml +++ b/customer/pfizer/test-web01-pfizer-de.pixelpark.net.yaml @@ -985,4 +985,9 @@ site::profile::apache::pp_vhosts: auth_user_file: '/etc/httpd/htdigest' auth_require: 'valid-user' require: - - 'ip 217.66.55 217.66.50 217.66.51 217.66.48.130 168.224.160 10.121.101 204.114.176 204.114.216 148.168.40 202.32.173 204.114.248 168.224.1 168.224.160 148.168.127 204.114.196 193.235.226 212.58.14 204.114.199 155.94.99 155.94.78 155.94.62 218.213.241 155.94.70 155.94.110 222.73.72 155.94.119 155.94.55 68.58.141.20 174.137.32.22 15.213.17 85.183.14' \ No newline at end of file + - 'ip 217.66.55 217.66.50 217.66.51 217.66.48.130 168.224.160 10.121.101 204.114.176 204.114.216 148.168.40 202.32.173 204.114.248 168.224.1 168.224.160 148.168.127 204.114.196 193.235.226 212.58.14 204.114.199 155.94.99 155.94.78 155.94.62 218.213.241 155.94.70 155.94.110 222.73.72 155.94.119 155.94.55 68.58.141.20 174.137.32.22 15.213.17 85.183.14' + rewrites: + - BKKVBU-759: + comment: 'Rewrite assets (cache-busting/version)' + rewrite_rule: + - ^(\/assets\/)[^\/css|^\/fonts|^\/img|^\/js]+\/(.+)$ $1$2 [L] \ No newline at end of file