From: Michael Krause Date: Tue, 24 Jul 2018 15:41:31 +0000 (+0200) Subject: fixed ssl redirect X-Git-Tag: v0.1.0~519 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=13bd53194044bd77ad8394b6344c4c4598a986a7;p=pixelpark%2Fhiera.git fixed ssl redirect --- diff --git a/customer/pixelpark/ipam.pixelpark.com.yaml b/customer/pixelpark/ipam.pixelpark.com.yaml index 340eb62b..53e36d12 100644 --- a/customer/pixelpark/ipam.pixelpark.com.yaml +++ b/customer/pixelpark/ipam.pixelpark.com.yaml @@ -24,4 +24,4 @@ infra::profile::apache::pp_vhosts: - https: comment: 'all to https' rewrite_rule: - - '^(.*)$ https:///$1 ' + - '^(.*)$ https://%{HTTP_HOST}$1 '