From: Philipp Dallig Date: Wed, 28 Jun 2017 13:25:02 +0000 (+0200) Subject: mobile-aem - remove https rewrite X-Git-Tag: v0.1.0~2746^2~4 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=81e9af7290ab4ea7b4153d2a1747e3a23a331b82;p=pixelpark%2Fhiera.git mobile-aem - remove https rewrite --- 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]'