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

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