From: Oliver Böttcher Date: Fri, 2 Feb 2018 12:09:22 +0000 (+0100) Subject: ODT - int - fix rewrites X-Git-Tag: v0.1.0~1707 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=3dd56280fc68f2df0828e867ea0598117d1812cb;p=pixelpark%2Fhiera.git ODT - int - fix rewrites --- 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)'