From: sambufe Date: Mon, 19 Dec 2016 10:22:21 +0000 (+0100) Subject: https rewrite X-Git-Tag: v0.1.0~3722 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=762f7c9214b915e87d33ff00cf3add0d838c847e;p=pixelpark%2Fhiera.git https rewrite --- diff --git a/customer/pixelpark/support01.pixelpark.com.yaml b/customer/pixelpark/support01.pixelpark.com.yaml index 4bf16b99..f39064c3 100644 --- a/customer/pixelpark/support01.pixelpark.com.yaml +++ b/customer/pixelpark/support01.pixelpark.com.yaml @@ -26,4 +26,11 @@ site::profile::apache::pp_vhosts: - /error # - /pictures # - /css -# - /images \ No newline at end of file +# - /images + rewrites: + - SERVICEDESK-1020: + comment: 'Alles auf https umleiten.' + rewrite_cond: + - '%%{ich-trickse}{HTTPS} !=on' + rewrite_rule: + - ^(.*)$ https://%%{ich-trickse}{HTTP_HOST}$1 [R=301,L]