From 5f9a374c0a5b310e98d5f494b8f64569d85e1dd0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Thu, 21 Sep 2017 12:57:48 +0200 Subject: [PATCH] ODT - disable https for several ips --- customer/mbvd-odt/odt-daimler-com.pixelpark.net.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/mbvd-odt/odt-daimler-com.pixelpark.net.yaml b/customer/mbvd-odt/odt-daimler-com.pixelpark.net.yaml index dacfe60a..ec78a0fa 100644 --- a/customer/mbvd-odt/odt-daimler-com.pixelpark.net.yaml +++ b/customer/mbvd-odt/odt-daimler-com.pixelpark.net.yaml @@ -51,8 +51,8 @@ infra::profile::apache::pp_vhosts: - https: comment: 'almost all to https' rewrite_cond: - - 'expr "-R \'77.74.234.64/26\'" [OR]' - - 'expr "-R \'93.188.107.192/26\'" [OR]' + - 'expr \"-R \'77.74.234.64/26\'\" [OR]' + - 'expr \"-R \'93.188.107.192/26\'\" [OR]' - '%%{ich-trickse}{REQUEST_URI} !^/.\.html' rewrite_rule: - '^(.*)$ https://odt.daimler.com$1 [L,R=301]' -- 2.39.5