]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
added https redirect dev-typo3.pixelpark.net
authorSascha Strassheim <sascha.strassheim@pixelpark.com>
Wed, 18 Oct 2017 13:26:25 +0000 (15:26 +0200)
committerSascha Strassheim <sascha.strassheim@pixelpark.com>
Wed, 18 Oct 2017 13:26:25 +0000 (15:26 +0200)
customer/pixelpark/dev-typo3.pixelpark.net.yaml

index 8df31ef461bd3970e40d936fb99d6e1306f097e6..d39de171976bb7ac2142cc09810e1cd2f2be69f6 100644 (file)
@@ -64,7 +64,7 @@ php::extensions:
   soap: {}
   mbstring: {}
   zip: {}
-  xml: {}    
+  xml: {}
 #  pecl-imagick: {}
 #  pecl-uploadprogress: {}
 #  pecl-memcache: {}
@@ -109,3 +109,10 @@ infra::profile::typo3::projects:
     php_admin_value:
       always_populate_raw_post_data: '-1'
       max_input_vars: '1500'
+    rewrites:
+      - alias:
+        comment: 'Alles auf https umleiten'
+        rewrite_cond:
+          - '%%{ich-trickse}{HTTPS} !=on'
+        rewrite_rule:
+          - ^(.*)$  https://dev-typo3.pixelpark.net$1  [R=301,L]