From: Oliver Böttcher Date: Thu, 8 Mar 2018 16:17:52 +0000 (+0100) Subject: MBVD ODT - int cms bilder minio - fix yaml syntax - final X-Git-Tag: v0.1.0~1497^2~8^2~9 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=8b5eddfa000145fa839f8f7838caccc416637a7d;p=pixelpark%2Fhiera.git MBVD ODT - int cms bilder minio - fix yaml syntax - final --- 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 561ba832..3e1f7296 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_FILENAME} !-f' - - '%%{ich-trickse}{REQUEST_FILENAME} !-d' + - '%%{ich-trickse}{REQUEST_URI} !-f' + - '%%{ich-trickse}{REQUEST_URI} !-d' rewrite_rule: - - '^(.*)$ http://localhost:9199/mb-bilder/$1 [P,L]' + - '^(.*)$ http://localhost:9199/mb-bilder$1 [P,L]'