From: sascha.strassheim Date: Fri, 23 Mar 2018 10:59:34 +0000 (+0100) Subject: MKWNRW https redirect prod X-Git-Tag: v0.1.0~1388 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7974b5230183da375966d05f5dbe7dd5be828c53;p=pixelpark%2Fhiera.git MKWNRW https redirect prod --- diff --git a/customer/mfkuw-politische-bildung/www-politische-bildung-nrw-de.pixelpark.net.yaml b/customer/mfkuw-politische-bildung/www-politische-bildung-nrw-de.pixelpark.net.yaml index f4c452ce..ff716b34 100644 --- a/customer/mfkuw-politische-bildung/www-politische-bildung-nrw-de.pixelpark.net.yaml +++ b/customer/mfkuw-politische-bildung/www-politische-bildung-nrw-de.pixelpark.net.yaml @@ -49,3 +49,11 @@ infra::profile::typo3::projects: max_input_vars: '1500' upload_max_filesize: 250M post_max_size: 250M +# https rewrite + 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]'