]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fixed ssl redirect
authorMichael Krause <michael.krause@publicispixelpark.de>
Tue, 24 Jul 2018 15:41:31 +0000 (17:41 +0200)
committerMichael Krause <michael.krause@publicispixelpark.de>
Tue, 24 Jul 2018 15:41:31 +0000 (17:41 +0200)
customer/pixelpark/ipam.pixelpark.com.yaml

index 340eb62ba436aa18aed2272272021e39b07a9038..53e36d123a98813bcb0303f88de0dff94170ba29 100644 (file)
@@ -24,4 +24,4 @@ infra::profile::apache::pp_vhosts:
       - https:
         comment: 'all to https'
         rewrite_rule:
-          - '^(.*)$ https:///$1 '
+          - '^(.*)$ https://%{HTTP_HOST}$1 '