From e28f74d7177e2875f56b960debfdbe981e969c65 Mon Sep 17 00:00:00 2001 From: Sascha Strassheim Date: Wed, 18 Oct 2017 15:26:25 +0200 Subject: [PATCH] added https redirect dev-typo3.pixelpark.net --- customer/pixelpark/dev-typo3.pixelpark.net.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/customer/pixelpark/dev-typo3.pixelpark.net.yaml b/customer/pixelpark/dev-typo3.pixelpark.net.yaml index 8df31ef4..d39de171 100644 --- a/customer/pixelpark/dev-typo3.pixelpark.net.yaml +++ b/customer/pixelpark/dev-typo3.pixelpark.net.yaml @@ -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] -- 2.39.5