From 3dd56280fc68f2df0828e867ea0598117d1812cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Fri, 2 Feb 2018 13:09:22 +0100 Subject: [PATCH] ODT - int - fix rewrites --- customer/mbvd-odt/int-cms-odt-daimler-com.pixelpark.net.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/mbvd-odt/int-cms-odt-daimler-com.pixelpark.net.yaml b/customer/mbvd-odt/int-cms-odt-daimler-com.pixelpark.net.yaml index f889ab60..d7db8498 100644 --- a/customer/mbvd-odt/int-cms-odt-daimler-com.pixelpark.net.yaml +++ b/customer/mbvd-odt/int-cms-odt-daimler-com.pixelpark.net.yaml @@ -42,7 +42,7 @@ infra::profile::apache::pp_vhosts: - opencms_to_slash_http: comment: '/opencms to /' rewrite_rule: - - 'RewriteRule ^/opencms/(.*)$ http://localhost:8080/opencms/$1 [P,L]' + - '^/opencms/(.*)$ http://localhost:8080/opencms/$1 [P,L]' - https: comment: 'all to https' rewrite_rule: @@ -66,7 +66,7 @@ infra::profile::apache::pp_vhosts: - opencms_to_slash_https: comment: '/opencms to /' rewrite_rule: - - 'RewriteRule ^/opencms/(.*)$ http://localhost:8081/opencms/$1 [P,L]' + - '^/opencms/(.*)$ http://localhost:8081/opencms/$1 [P,L]' - proxy_https: rewrite_cond: - '%%{ich-trickse}{REQUEST_URI} !^/(opencms|resources|export|skins|genImages|genImagesTemp|fonts)' -- 2.39.5