From 762f7c9214b915e87d33ff00cf3add0d838c847e Mon Sep 17 00:00:00 2001 From: sambufe Date: Mon, 19 Dec 2016 11:22:21 +0100 Subject: [PATCH] https rewrite --- customer/pixelpark/support01.pixelpark.com.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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] -- 2.39.5