From cfcd6962e1d41a9b86c994d4ddf97eef01b8ec39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Mon, 3 Sep 2018 16:11:27 +0200 Subject: [PATCH] =?utf8?q?DEUWO=20-=20api=20ssl=20redirect=20f=C3=BCr=20lb?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../web01-deutsche-wohnen-com.pixelpark.net.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml index d8c7e1b2..5cc37446 100644 --- a/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -317,18 +317,18 @@ infra::profile::apache::pp_vhosts: - All directoryindex: index.php index.html rewrites: - - alias: - comment: 'Alles auf https umleiten' - rewrite_cond: - - '%%{ich-trickse}{HTTPS} !=on' - rewrite_rule: - - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' -# - https: +# - alias: # comment: 'Alles auf https umleiten' # rewrite_cond: -# - '%%{ich-trickse}{HTTP:HTTPS} !=on' +# - '%%{ich-trickse}{HTTPS} !=on' # rewrite_rule: # - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' + - https: + comment: 'Alles auf https umleiten' + rewrite_cond: + - '%%{ich-trickse}{HTTP:HTTPS} !=on' + rewrite_rule: + - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' # logstash logstash::generic_resource: -- 2.39.5