From 45fcc57d197bb6334f4d71003a275cb6cd6f2145 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Fri, 11 Nov 2016 09:55:03 +0100 Subject: [PATCH] cloud nl mbvd umzug --- customer/pixelpark/design-berlin.pixelpark.net.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/customer/pixelpark/design-berlin.pixelpark.net.yaml b/customer/pixelpark/design-berlin.pixelpark.net.yaml index d99d2484..0a4fe57b 100644 --- a/customer/pixelpark/design-berlin.pixelpark.net.yaml +++ b/customer/pixelpark/design-berlin.pixelpark.net.yaml @@ -76,6 +76,11 @@ site::profile::apache::pp_vhosts: auth_require: 'valid-user' require: - 'ip 217.66.49 217.66.50 217.66.51' + rewrites_non_ssl: + - http_to_https: + comment: 'Alles auf https umleiten' + rewrite_rule: + - ^(.*)$ https://mbvd-internal-nl.pixelpark.net$1 [R=301,QSA,L] mbvd-wholesale-nl: servername: mbvd-wholesale-nl.pixelpark.net serveraliases: @@ -102,3 +107,8 @@ site::profile::apache::pp_vhosts: auth_require: 'valid-user' require: - 'ip 217.66.49 217.66.50 217.66.51' + rewrites_non_ssl: + - http_to_https: + comment: 'Alles auf https umleiten' + rewrite_rule: + - ^(.*)$ https://mbvd-wholesale-nl.pixelpark.net$1 [R=301,QSA,L] -- 2.39.5