From: Sascha Strassheim Date: Fri, 10 Nov 2017 12:41:54 +0000 (+0100) Subject: added correct https rewrite cond test-webstats01.pixelpark.net X-Git-Tag: v0.1.0~2089^2~4 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=bad5f53e9ac614ddd3e8a4ce5816745a6c3f4bdb;p=pixelpark%2Fhiera.git added correct https rewrite cond test-webstats01.pixelpark.net --- diff --git a/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml b/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml index 3693a32a..bd799ff7 100644 --- a/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml +++ b/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml @@ -76,9 +76,10 @@ infra::profile::apache::pp_vhosts: allow_override: - All directoryindex: index.php index.html - - https: - 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: + - https: + comment: 'http to https alle anderen ' + rewrite_cond: + - '%%{ich-trickse}{HTTPS} !=on' + rewrite_rule: + - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]'