]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
MBVD ODT - int cms bilder minio - fix yaml syntax - final
authorOliver Böttcher <oliver.boettcher@pixelpark.com>
Thu, 8 Mar 2018 16:17:52 +0000 (17:17 +0100)
committerOliver Böttcher <oliver.boettcher@pixelpark.com>
Thu, 8 Mar 2018 16:17:52 +0000 (17:17 +0100)
customer/mbvd-odt/int-tmp-cms-odt-daimler-com.pixelpark.net.yaml

index 561ba832dc8254dcd77d34c4f3abe99b3da18aa4..3e1f7296e6fdee602eeb302913648907a4a71882 100644 (file)
@@ -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]'