From d6c562706eeaf4307a88f90cb31b62bde1223ce6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Thu, 8 Mar 2018 17:19:31 +0100 Subject: [PATCH] MBVD ODT - int cms bilder minio - fix yaml syntax - final 2 --- .../mbvd-odt/int-tmp-cms-odt-daimler-com.pixelpark.net.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/mbvd-odt/int-tmp-cms-odt-daimler-com.pixelpark.net.yaml b/customer/mbvd-odt/int-tmp-cms-odt-daimler-com.pixelpark.net.yaml index 3e1f7296..9cd994e8 100644 --- a/customer/mbvd-odt/int-tmp-cms-odt-daimler-com.pixelpark.net.yaml +++ b/customer/mbvd-odt/int-tmp-cms-odt-daimler-com.pixelpark.net.yaml @@ -316,7 +316,7 @@ infra::profile::apache::pp_vhosts: - to_minio: comment: 'Forward nonexisting files to Minio' rewrite_cond: - - '%%{ich-trickse}{REQUEST_URI} !-f' - - '%%{ich-trickse}{REQUEST_URI} !-d' + - '%%{ich-trickse}{DOCUMENT_ROOT}/%%{ich-trickse}{REQUEST_URI} !-f' + - '%%{ich-trickse}{DOCUMENT_ROOT}/%%{ich-trickse}{REQUEST_URI} !-d' rewrite_rule: - '^(.*)$ http://localhost:9199/mb-bilder$1 [P,L]' -- 2.39.5