]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
MKWNRW https redirect prod
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 23 Mar 2018 10:59:34 +0000 (11:59 +0100)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 23 Mar 2018 10:59:34 +0000 (11:59 +0100)
customer/mfkuw-politische-bildung/www-politische-bildung-nrw-de.pixelpark.net.yaml

index f4c452ce9b1ce76ff4e552e7c063a8b54c1bcff6..ff716b3494ee4a7028ee0a53842361609ffe7f17 100644 (file)
@@ -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]'