From c92479d0badafcefe9d8924d107ea8e370bfc61e Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 24 Feb 2016 10:58:15 +0100 Subject: [PATCH] sirona-url-shorter - rewrite login to https --- customer/sirona-url-shorter/production.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/customer/sirona-url-shorter/production.yaml b/customer/sirona-url-shorter/production.yaml index ce932813..bc4db7b0 100644 --- a/customer/sirona-url-shorter/production.yaml +++ b/customer/sirona-url-shorter/production.yaml @@ -37,8 +37,11 @@ site::profile::apache::pp_vhosts: allow_override: - All directoryindex: 'index.php' - redirect_dest_non_ssl: https://prod-sirona-urlshorter.pixelpark.net - docroot_owner: apache + rewrites_non_ssl: + - alias: + comment: 'Rewrite Orte' + rewrite_rule: + - '^/admin/(.*)$ https://prod-sirona-urlshorter.pixelpark.net/admin/$1.html [R=307,L]' alessa: servername: alessa.sirona.de serveraliases: -- 2.39.5