From af5b37c26b296b827110d9db297193dd1996e4de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Tue, 11 Jul 2017 14:23:32 +0200 Subject: [PATCH] ODT - INT show error page if denied - disable --- .../int-odt-daimler-com.pixelpark.net.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml b/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml index 47f09610..49605076 100644 --- a/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml +++ b/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml @@ -35,13 +35,13 @@ infra::profile::apache::pp_vhosts: - '%%{ich-trickse}{REQUEST_URI} !^/.\.html' rewrite_rule: - '^(.*)$ https://int-odt-daimler-com.pixelpark.net$1 [L,R=301]' - rewrites_ssl: - - check_auth: - comment: 'show error if denied' - rewrite_cond: - - '%%{ich-trickse}{SSL:SSL_CLIENT_VERIFY} !=SUCCESS' - rewrite_rule: - - '.? - [F]' + #rewrites_ssl: + # - check_auth: + # comment: 'show error if denied' + # rewrite_cond: + # - '%%{ich-trickse}{SSL:SSL_CLIENT_VERIFY} !=SUCCESS' + # rewrite_rule: + # - '.? - [F]' proxy_preserve_host: true proxy_pass: - { path: /newsletterservice, url: 'http://localhost:8081/newsletterservice' } -- 2.39.5