From 81e9af7290ab4ea7b4153d2a1747e3a23a331b82 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 28 Jun 2017 15:25:02 +0200 Subject: [PATCH] mobile-aem - remove https rewrite --- customer/mobile-aem/production.yaml | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/customer/mobile-aem/production.yaml b/customer/mobile-aem/production.yaml index bc0a5fa4..caebebf0 100644 --- a/customer/mobile-aem/production.yaml +++ b/customer/mobile-aem/production.yaml @@ -113,12 +113,12 @@ infra::profile::aem::publish::pp_vhosts: sethandler: dispatcher-handler options: - FollowSymLinks - rewrites: - - comment: 'http to https' - rewrite_cond: - - '%%{ich-trickse}{HTTPS} !=on' - rewrite_rule: - - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' +# rewrites: +# - comment: 'http to https' +# rewrite_cond: +# - '%%{ich-trickse}{HTTPS} !=on' +# rewrite_rule: +# - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' motortalk: serveraliases: - motortalk-de.pixelpark.net @@ -139,11 +139,11 @@ infra::profile::aem::publish::pp_vhosts: options: - FollowSymLinks rewrites: - - comment: 'http to https' - rewrite_cond: - - '%%{ich-trickse}{HTTPS} !=on' - rewrite_rule: - - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' +# - comment: 'http to https' +# rewrite_cond: +# - '%%{ich-trickse}{HTTPS} !=on' +# rewrite_rule: +# - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' - comment: 'lanugage Rewrite use Env Vars' rewrite_rule: - '^/$ %%{ich-trickse}{REQUEST_SCHEME}://%%{ich-trickse}{HTTP_HOST}/news.html [R=301,L]' @@ -167,11 +167,11 @@ infra::profile::aem::publish::pp_vhosts: options: - FollowSymLinks rewrites: - - comment: 'http to https' - rewrite_cond: - - '%%{ich-trickse}{HTTPS} !=on' - rewrite_rule: - - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' +# - comment: 'http to https' +# rewrite_cond: +# - '%%{ich-trickse}{HTTPS} !=on' +# rewrite_rule: +# - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' - comment: 'lanugage Rewrite use Env Vars' rewrite_rule: - '^/$ %%{ich-trickse}{REQUEST_SCHEME}://%%{ich-trickse}{HTTP_HOST}/beispiel-microsite.html [R=301,L]' -- 2.39.5